#B7D5CB

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

Shades of Jet Stream #B7D5CB

Tints of Jet Stream #B7D5CB

Color information

#B7D5CB (or 0xB7D5CB) is unknown color: approx Jet Stream. HEX triplet: B7, D5 and CB. RGB value is (183,213,203). Sum of RGB (Red+Green+Blue) = 183+213+203=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5CB is #482A34. Grayscale: #CACACA. Windows color (decimal): -4729397 or 13358519. OLE color: 13358519.

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

Color convert

RGB183213203-
CMYK0.1400.050.16
HSL160º26.32%77.65%-
HSV(B)160º14.08%83.53%-
XYZ54.161.9765.61-
YUV202.89128.06113.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.55%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=30.55%
G=35.56%
B=33.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832132030.1400.050.1616026.3277.65
HexB7D5CBE0510a01a4e
Octal26732531316052024032116
Binary101101111101010111001011111001011000010100000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D5CB; }

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

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

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

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

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

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

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

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