#B7D2CB

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

Shades of Jet Stream #B7D2CB

Tints of Jet Stream #B7D2CB

Color information

#B7D2CB (or 0xB7D2CB) is unknown color: approx Jet Stream. HEX triplet: B7, D2 and CB. RGB value is (183,210,203). Sum of RGB (Red+Green+Blue) = 183+210+203=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2CB is #482D34. Grayscale: #C9C9C9. Windows color (decimal): -4730165 or 13357751. OLE color: 13357751.

HSL color Cylindrical-coordinate representation of color #B7D2CB: hue angle of 164.44º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D2CB is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB183210203-
CMYK0.1300.030.18
HSL164.44º23.08%77.06%-
HSV(B)164.44º12.86%82.35%-
XYZ53.3560.4765.36-
YUV201.13129.05115.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.70%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=30.70%
G=35.23%
B=34.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832102030.1300.030.18164.4423.0877.06
HexB7D2CBD0312a4174d
Octal26732231315032224427115
Binary10110111110100101100101111010111001010100100101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2CB; }

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

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

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

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

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

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

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

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