#B5D6CD

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

Shades of Jet Stream #B5D6CD

Tints of Jet Stream #B5D6CD

Color information

#B5D6CD (or 0xB5D6CD) is unknown color: approx Jet Stream. HEX triplet: B5, D6 and CD. RGB value is (181,214,205). Sum of RGB (Red+Green+Blue) = 181+214+205=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6CD is #4A2932. Grayscale: #CBCBCB. Windows color (decimal): -4860211 or 13489845. OLE color: 13489845.

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

Color convert

RGB181214205-
CMYK0.1500.040.16
HSL163.64º28.7%77.45%-
HSV(B)163.64º15.42%83.92%-
XYZ54.1262.3266.93-
YUV203.11129.07112.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.17%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=30.17%
G=35.67%
B=34.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812142050.1500.040.16163.6428.777.45
HexB5D6CDF0410a41d4d
Octal26532631517042024435115
Binary101101011101011011001101111101001000010100100111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D6CD; }

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

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

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

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

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

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

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

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