#B8DACC

Color #B8DACC Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #B8DACC

Tints of Jet Stream #B8DACC

Color information

#B8DACC (or 0xB8DACC) is unknown color: approx Jet Stream. HEX triplet: B8, DA and CC. RGB value is (184,218,204). Sum of RGB (Red+Green+Blue) = 184+218+204=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DACC is #472533. Grayscale: #CECECE. Windows color (decimal): -4662580 or 13425336. OLE color: 13425336.

HSL color Cylindrical-coordinate representation of color #B8DACC: hue angle of 155.29º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DACC is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB184218204-
CMYK0.1600.060.15
HSL155.29º31.48%78.82%-
HSV(B)155.29º15.6%85.49%-
XYZ55.7464.6966.68-
YUV206.24126.74112.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 30.36%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=30.36%
G=35.97%
B=33.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842182040.1600.060.15155.2931.4878.82
HexB8DACC1006F9b1f4f
Octal27033231420061723337117
Binary101110001101101011001100100000110111110011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DACC; }

 p { color: rgb(184,218,204); }

 H1.HeaderClassName
 {
   color: #B8DACC;
 }
 .AnyTagClassName
 {
   color: #B8DACC;
 }
</style>
background-color css

<style>
 a { background-color: #B8DACC; }

 a { background-color: rgb(184,218,204); }

 div.DivClassName
 {
   background-color: #B8DACC;
 }
 .BgClassName
 {
   background-color: #B8DACC;
 }
</style>
border-color css

<style>
 span { border-color: #B8DACC; }

 span { border-color: rgb(184,218,204); }

 td.TdClassName
 {
   border-color: #B8DACC;
 }
 .TagClassName
 {
   border-color: #B8DACC;
 }
</style>