#BBDBCF

Color #BBDBCF Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BBDBCF

Tints of Jet Stream #BBDBCF

Color information

#BBDBCF (or 0xBBDBCF) is unknown color: approx Jet Stream. HEX triplet: BB, DB and CF. RGB value is (187,219,207). Sum of RGB (Red+Green+Blue) = 187+219+207=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBCF is #442430. Grayscale: #D0D0D0. Windows color (decimal): -4465713 or 13622203. OLE color: 13622203.

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

Color convert

RGB187219207-
CMYK0.1500.050.14
HSL157.5º30.77%79.61%-
HSV(B)157.5º14.61%85.88%-
XYZ57.0965.7368.71-
YUV208.06127.4112.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=30.51%
G=35.73%
B=33.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872192070.1500.050.14157.530.7779.61
HexBBDBCFF05E9e1f50
Octal27333331717051623637120
Binary10111011110110111100111111110101111010011110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBCF; }

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

 H1.HeaderClassName
 {
   color: #BBDBCF;
 }
 .AnyTagClassName
 {
   color: #BBDBCF;
 }
</style>
background-color css

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

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

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

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

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

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