Html Css Color HEX #BBDBCE Jet Stream

📋 copy color: '#BBDBCE'

red 187 ◦ green 219 ◦ blue 206

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

Shades of Jet Stream #BBDBCE

Tints of Jet Stream #BBDBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.78%

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

R = 30.56%
G = 35.78%
B = 33.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#BBDBCE (or 0xBBDBCE) is known color: Jet Stream. HEX triplet: BB, DB and CE. RGB value is (187,219,206). Sum of RGB (Red+Green+Blue) = 187+219+206=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBCE is #442431. Grayscale: #CFCFCF. Windows color (decimal): -4465714 or 13556667. OLE color: 13556667.

HSL color Cylindrical-coordinate representation of color #BBDBCE: hue angle of 155.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBCE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 206 -
CMYK 0.15 0 0.06 0.14
HSL 155.63º 0.31% 0.8% -
HSV(B) 155.63º 0.15% 0.86% -
XYZ 56.97 65.68 68.07 -
YUV 207.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 187 219 206 0.15 0 0.06 0.14 155.63 0.31 0.8
Hex BB DB CE F 0 6 E 9C 1F 50
Octal 273 333 316 17 0 6 16 234 37 120
Binary 10111011 11011011 11001110 1111 0 110 1110 10011100 11111 1010000

Color Harmonies of #BBDBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBCE

Black with #BBDBCE

Text Example


Text Example

White with #BBDBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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