Html Css Color HEX #BBD6CE Jet Stream

📋 copy color: '#BBD6CE'

red 187 ◦ green 214 ◦ blue 206

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

Shades of Jet Stream #BBD6CE

Tints of Jet Stream #BBD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.26%

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

R = 30.81%
G = 35.26%
B = 33.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BBD6CE (or 0xBBD6CE) is known color: Jet Stream. HEX triplet: BB, D6 and CE. RGB value is (187,214,206). Sum of RGB (Red+Green+Blue) = 187+214+206=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6CE is #442931. Grayscale: #CDCDCD. Windows color (decimal): -4466994 or 13555387. OLE color: 13555387.

HSL color Cylindrical-coordinate representation of color #BBD6CE: hue angle of 162.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6CE is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 206 -
CMYK 0.13 0 0.04 0.16
HSL 162.22º 0.25% 0.79% -
HSV(B) 162.22º 0.13% 0.84% -
XYZ 55.68 63.11 67.64 -
YUV 205.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 187 214 206 0.13 0 0.04 0.16 162.22 0.25 0.79
Hex BB D6 CE D 0 4 10 A2 19 4F
Octal 273 326 316 15 0 4 20 242 31 117
Binary 10111011 11010110 11001110 1101 0 100 10000 10100010 11001 1001111

Color Harmonies of #BBD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6CE

Black with #BBD6CE

Text Example


Text Example

White with #BBD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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