#B5D5CB

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

Shades of Jet Stream #B5D5CB

Tints of Jet Stream #B5D5CB

Color information

#B5D5CB (or 0xB5D5CB) is unknown color: approx Jet Stream. HEX triplet: B5, D5 and CB. RGB value is (181,213,203). Sum of RGB (Red+Green+Blue) = 181+213+203=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D5CB is #4A2A34. Grayscale: #CACACA. Windows color (decimal): -4860469 or 13358517. OLE color: 13358517.

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

Color convert

RGB181213203-
CMYK0.1500.050.16
HSL161.25º27.59%77.25%-
HSV(B)161.25º15.02%83.53%-
XYZ53.6361.7265.59-
YUV202.29128.4112.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.32%
GREEN value IS 213 (83.59% from 255) = 35.68%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=30.32%
G=35.68%
B=34.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812132030.1500.050.16161.2527.5977.25
HexB5D5CBF0510a11c4d
Octal26532531317052024134115
Binary101101011101010111001011111101011000010100001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D5CB; }

 p { color: rgb(181,213,203); }

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

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

 a { background-color: rgb(181,213,203); }

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

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

 span { border-color: rgb(181,213,203); }

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