Html Css Color HEX #BBD2CE Jet Stream

📋 copy color: '#BBD2CE'

red 187 ◦ green 210 ◦ blue 206

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

Shades of Jet Stream #BBD2CE

Tints of Jet Stream #BBD2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 31.01%
G = 34.83%
B = 34.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BBD2CE (or 0xBBD2CE) is known color: Jet Stream. HEX triplet: BB, D2 and CE. RGB value is (187,210,206). Sum of RGB (Red+Green+Blue) = 187+210+206=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CE is #442D31. Grayscale: #CACACA. Windows color (decimal): -4468018 or 13554363. OLE color: 13554363.

HSL color Cylindrical-coordinate representation of color #BBD2CE: hue angle of 169.57º 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 #BBD2CE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 206 -
CMYK 0.11 0 0.02 0.18
HSL 169.57º 0.2% 0.78% -
HSV(B) 169.57º 0.11% 0.82% -
XYZ 54.68 61.11 67.31 -
YUV 202.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 187 210 206 0.11 0 0.02 0.18 169.57 0.2 0.78
Hex BB D2 CE B 0 2 12 AA 14 4E
Octal 273 322 316 13 0 2 22 252 24 116
Binary 10111011 11010010 11001110 1011 0 10 10010 10101010 10100 1001110

Color Harmonies of #BBD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2CE

Black with #BBD2CE

Text Example


Text Example

White with #BBD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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