Html Css Color HEX #BBD2CB Jet Stream

📋 copy color: '#BBD2CB'

red 187 ◦ green 210 ◦ blue 203

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

Shades of Jet Stream #BBD2CB

Tints of Jet Stream #BBD2CB

RGB

 RED value IS 187 (73.44% from 255) = 31.17%

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

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

R = 31.17%
G = 35%
B = 33.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BBD2CB (or 0xBBD2CB) is known color: Jet Stream. HEX triplet: BB, D2 and CB. RGB value is (187,210,203). Sum of RGB (Red+Green+Blue) = 187+210+203=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CB is #442D34. Grayscale: #CACACA. Windows color (decimal): -4468021 or 13357755. OLE color: 13357755.

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

Color convert

RGB 187 210 203 -
CMYK 0.11 0 0.03 0.18
HSL 161.74º 0.2% 0.78% -
HSV(B) 161.74º 0.11% 0.82% -
XYZ 54.32 60.97 65.41 -
YUV 202.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 187 210 203 0.11 0 0.03 0.18 161.74 0.2 0.78
Hex BB D2 CB B 0 3 12 A2 14 4E
Octal 273 322 313 13 0 3 22 242 24 116
Binary 10111011 11010010 11001011 1011 0 11 10010 10100010 10100 1001110

Color Harmonies of #BBD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2CB

Black with #BBD2CB

Text Example


Text Example

White with #BBD2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2CB; }

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

 H1.HeaderClassName
 {
   color: #BBD2CB;
 }
 .AnyTagClassName
 {
   color: #BBD2CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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