#BBDCCF

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

Shades of Jet Stream #BBDCCF

Tints of Jet Stream #BBDCCF

Color information

#BBDCCF (or 0xBBDCCF) is unknown color: approx Jet Stream. HEX triplet: BB, DC and CF. RGB value is (187,220,207). Sum of RGB (Red+Green+Blue) = 187+220+207=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCCF is #442330. Grayscale: #D0D0D0. Windows color (decimal): -4465457 or 13622459. OLE color: 13622459.

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

Color convert

RGB187220207-
CMYK0.1500.060.14
HSL156.36º32.04%79.8%-
HSV(B)156.36º15%86.27%-
XYZ57.3566.2668.8-
YUV208.65127.07112.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=30.46%
G=35.83%
B=33.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872202070.1500.060.14156.3632.0479.8
HexBBDCCFF06E9c2050
Octal27333431717061623440120
Binary101110111101110011001111111101101110100111001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCCF; }

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

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

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

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

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

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

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

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