Html Css Color HEX #B7D2CB Jet Stream

📋 copy color: '#B7D2CB'

red 183 ◦ green 210 ◦ blue 203

#B7D2CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #B7D2CB

Tints of Jet Stream #B7D2CB

RGB

 RED value IS 183 (71.88% from 255) = 30.7%

 GREEN value IS 210 (82.42% from 255) = 35.23%

 BLUE value IS 203 (79.69% from 255) = 34.06%

R = 30.7%
G = 35.23%
B = 34.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#B7D2CB (or 0xB7D2CB) is known color: 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

RGB 183 210 203 -
CMYK 0.13 0 0.03 0.18
HSL 164.44º 0.23% 0.77% -
HSV(B) 164.44º 0.13% 0.82% -
XYZ 53.35 60.47 65.36 -
YUV 201.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 183 210 203 0.13 0 0.03 0.18 164.44 0.23 0.77
Hex B7 D2 CB D 0 3 12 A4 17 4D
Octal 267 322 313 15 0 3 22 244 27 115
Binary 10110111 11010010 11001011 1101 0 11 10010 10100100 10111 1001101

Color Harmonies of #B7D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D2CB

Black with #B7D2CB

Text Example


Text Example

White with #B7D2CB

Text Example


Text Example

HTML Codes & Css Web 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>