#B8DACD

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

Shades of Jet Stream #B8DACD

Tints of Jet Stream #B8DACD

Color information

#B8DACD (or 0xB8DACD) is unknown color: approx Jet Stream. HEX triplet: B8, DA and CD. RGB value is (184,218,205). Sum of RGB (Red+Green+Blue) = 184+218+205=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DACD is #472532. Grayscale: #CECECE. Windows color (decimal): -4662579 or 13490872. OLE color: 13490872.

HSL color Cylindrical-coordinate representation of color #B8DACD: hue angle of 157.06º 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 #B8DACD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB184218205-
CMYK0.1600.060.15
HSL157.06º31.48%78.82%-
HSV(B)157.06º15.6%85.49%-
XYZ55.8664.7467.31-
YUV206.35127.24112.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.31%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=30.31%
G=35.91%
B=33.77%

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
Decimal1842182050.1600.060.15157.0631.4878.82
HexB8DACD1006F9d1f4f
Octal27033231520061723537117
Binary101110001101101011001101100000110111110011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DACD; }

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

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

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

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

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

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

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

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