Html Css Color HEX #BBD0CB Jet Stream

📋 copy color: '#BBD0CB'

red 187 ◦ green 208 ◦ blue 203

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

Shades of Jet Stream #BBD0CB

Tints of Jet Stream #BBD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.78%

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

R = 31.27%
G = 34.78%
B = 33.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BBD0CB (or 0xBBD0CB) is known color: Jet Stream. HEX triplet: BB, D0 and CB. RGB value is (187,208,203). Sum of RGB (Red+Green+Blue) = 187+208+203=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0CB is #442F34. Grayscale: #C9C9C9. Windows color (decimal): -4468533 or 13357243. OLE color: 13357243.

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

Color convert

RGB 187 208 203 -
CMYK 0.10 0 0.02 0.18
HSL 165.71º 0.18% 0.77% -
HSV(B) 165.71º 0.1% 0.82% -
XYZ 53.83 59.99 65.24 -
YUV 201.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 187 208 203 0.10 0 0.02 0.18 165.71 0.18 0.77
Hex BB D0 CB A 0 2 12 A6 12 4D
Octal 273 320 313 12 0 2 22 246 22 115
Binary 10111011 11010000 11001011 1010 0 10 10010 10100110 10010 1001101

Color Harmonies of #BBD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0CB

Black with #BBD0CB

Text Example


Text Example

White with #BBD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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