Html Css Color HEX #BBDCCE Jet Stream

📋 copy color: '#BBDCCE'

red 187 ◦ green 220 ◦ blue 206

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

Shades of Jet Stream #BBDCCE

Tints of Jet Stream #BBDCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.89%

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

R = 30.51%
G = 35.89%
B = 33.61%

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

#BBDCCE (or 0xBBDCCE) is known color: Jet Stream. HEX triplet: BB, DC and CE. RGB value is (187,220,206). Sum of RGB (Red+Green+Blue) = 187+220+206=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCCE is #442331. Grayscale: #D0D0D0. Windows color (decimal): -4465458 or 13556923. OLE color: 13556923.

HSL color Cylindrical-coordinate representation of color #BBDCCE: hue angle of 154.55º degrees, saturation: 0.32, 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 #BBDCCE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 206 -
CMYK 0.15 0 0.06 0.14
HSL 154.55º 0.32% 0.8% -
HSV(B) 154.55º 0.15% 0.86% -
XYZ 57.23 66.21 68.16 -
YUV 208.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 187 220 206 0.15 0 0.06 0.14 154.55 0.32 0.8
Hex BB DC CE F 0 6 E 9B 20 50
Octal 273 334 316 17 0 6 16 233 40 120
Binary 10111011 11011100 11001110 1111 0 110 1110 10011011 100000 1010000

Color Harmonies of #BBDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCCE

Black with #BBDCCE

Text Example


Text Example

White with #BBDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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