Html Css Color HEX #BBD5CB Jet Stream

📋 copy color: '#BBD5CB'

red 187 ◦ green 213 ◦ blue 203

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

Shades of Jet Stream #BBD5CB

Tints of Jet Stream #BBD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

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

R = 31.01%
G = 35.32%
B = 33.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#BBD5CB (or 0xBBD5CB) is known color: Jet Stream. HEX triplet: BB, D5 and CB. RGB value is (187,213,203). Sum of RGB (Red+Green+Blue) = 187+213+203=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5CB is #442A34. Grayscale: #CCCCCC. Windows color (decimal): -4467253 or 13358523. OLE color: 13358523.

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

Color convert

RGB 187 213 203 -
CMYK 0.12 0 0.05 0.16
HSL 156.92º 0.24% 0.78% -
HSV(B) 156.92º 0.12% 0.84% -
XYZ 55.07 62.47 65.65 -
YUV 204.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 187 213 203 0.12 0 0.05 0.16 156.92 0.24 0.78
Hex BB D5 CB C 0 5 10 9D 18 4E
Octal 273 325 313 14 0 5 20 235 30 116
Binary 10111011 11010101 11001011 1100 0 101 10000 10011101 11000 1001110

Color Harmonies of #BBD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5CB

Black with #BBD5CB

Text Example


Text Example

White with #BBD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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