Html Css Color HEX #BBD9CE Jet Stream

📋 copy color: '#BBD9CE'

red 187 ◦ green 217 ◦ blue 206

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

Shades of Jet Stream #BBD9CE

Tints of Jet Stream #BBD9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.57%

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

R = 30.66%
G = 35.57%
B = 33.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#BBD9CE (or 0xBBD9CE) is known color: Jet Stream. HEX triplet: BB, D9 and CE. RGB value is (187,217,206). Sum of RGB (Red+Green+Blue) = 187+217+206=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9CE is #442631. Grayscale: #CECECE. Windows color (decimal): -4466226 or 13556155. OLE color: 13556155.

HSL color Cylindrical-coordinate representation of color #BBD9CE: hue angle of 158º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9CE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 206 -
CMYK 0.14 0 0.05 0.15
HSL 158º 0.28% 0.79% -
HSV(B) 158º 0.14% 0.85% -
XYZ 56.45 64.65 67.9 -
YUV 206.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 187 217 206 0.14 0 0.05 0.15 158 0.28 0.79
Hex BB D9 CE E 0 5 F 9E 1C 4F
Octal 273 331 316 16 0 5 17 236 34 117
Binary 10111011 11011001 11001110 1110 0 101 1111 10011110 11100 1001111

Color Harmonies of #BBD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD9CE

Black with #BBD9CE

Text Example


Text Example

White with #BBD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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