Html Css Color HEX #BBD4CB Jet Stream

📋 copy color: '#BBD4CB'

red 187 ◦ green 212 ◦ blue 203

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

Shades of Jet Stream #BBD4CB

Tints of Jet Stream #BBD4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.22%

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

R = 31.06%
G = 35.22%
B = 33.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#BBD4CB (or 0xBBD4CB) is known color: Jet Stream. HEX triplet: BB, D4 and CB. RGB value is (187,212,203). Sum of RGB (Red+Green+Blue) = 187+212+203=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4CB is #442B34. Grayscale: #CBCBCB. Windows color (decimal): -4467509 or 13358267. OLE color: 13358267.

HSL color Cylindrical-coordinate representation of color #BBD4CB: hue angle of 158.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD4CB is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 203 -
CMYK 0.12 0 0.04 0.17
HSL 158.4º 0.23% 0.78% -
HSV(B) 158.4º 0.12% 0.83% -
XYZ 54.82 61.96 65.57 -
YUV 203.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 187 212 203 0.12 0 0.04 0.17 158.4 0.23 0.78
Hex BB D4 CB C 0 4 11 9E 17 4E
Octal 273 324 313 14 0 4 21 236 27 116
Binary 10111011 11010100 11001011 1100 0 100 10001 10011110 10111 1001110

Color Harmonies of #BBD4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4CB

Black with #BBD4CB

Text Example


Text Example

White with #BBD4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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