#B5DACD

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

Shades of Jet Stream #B5DACD

Tints of Jet Stream #B5DACD

Color information

#B5DACD (or 0xB5DACD) is unknown color: approx Jet Stream. HEX triplet: B5, DA and CD. RGB value is (181,218,205). Sum of RGB (Red+Green+Blue) = 181+218+205=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DACD is #4A2532. Grayscale: #CDCDCD. Windows color (decimal): -4859187 or 13490869. OLE color: 13490869.

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

Color convert

RGB181218205-
CMYK0.1700.060.15
HSL158.92º33.33%78.24%-
HSV(B)158.92º16.97%85.49%-
XYZ55.1564.3767.28-
YUV205.46127.74110.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=29.97%
G=36.09%
B=33.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812182050.1700.060.15158.9233.3378.24
HexB5DACD1106F9f214e
Octal26533231521061723741116
Binary1011010111011010110011011000101101111100111111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DACD; }

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

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

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

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

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

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

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

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