#B5D8CD

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

Shades of Jet Stream #B5D8CD

Tints of Jet Stream #B5D8CD

Color information

#B5D8CD (or 0xB5D8CD) is unknown color: approx Jet Stream. HEX triplet: B5, D8 and CD. RGB value is (181,216,205). Sum of RGB (Red+Green+Blue) = 181+216+205=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8CD is #4A2732. Grayscale: #CCCCCC. Windows color (decimal): -4859699 or 13490357. OLE color: 13490357.

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

Color convert

RGB181216205-
CMYK0.1600.050.15
HSL161.14º30.97%77.84%-
HSV(B)161.14º16.2%84.71%-
XYZ54.6363.3467.1-
YUV204.28128.4111.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.07%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=30.07%
G=35.88%
B=34.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812162050.1600.050.15161.1430.9777.84
HexB5D8CD1005Fa11f4e
Octal26533031520051724137116
Binary101101011101100011001101100000101111110100001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D8CD; }

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

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

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

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

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

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

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

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