#BCDACE

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

Shades of Jet Stream #BCDACE

Tints of Jet Stream #BCDACE

Color information

#BCDACE (or 0xBCDACE) is unknown color: approx Jet Stream. HEX triplet: BC, DA and CE. RGB value is (188,218,206). Sum of RGB (Red+Green+Blue) = 188+218+206=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDACE is #432531. Grayscale: #CFCFCF. Windows color (decimal): -4400434 or 13556412. OLE color: 13556412.

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

Color convert

RGB188218206-
CMYK0.1400.060.15
HSL156º28.85%79.61%-
HSV(B)156º13.76%85.49%-
XYZ56.9565.2967.99-
YUV207.66127.06113.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=30.72%
G=35.62%
B=33.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882182060.1400.060.1515628.8579.61
HexBCDACEE06F9c1d50
Octal27433231616061723435120
Binary10111100110110101100111011100110111110011100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDACE; }

 p { color: rgb(188,218,206); }

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

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

 a { background-color: rgb(188,218,206); }

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

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

 span { border-color: rgb(188,218,206); }

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