#BCCEC9

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

Shades of Jet Stream #BCCEC9

Tints of Jet Stream #BCCEC9

Color information

#BCCEC9 (or 0xBCCEC9) is unknown color: approx Jet Stream. HEX triplet: BC, CE and C9. RGB value is (188,206,201). Sum of RGB (Red+Green+Blue) = 188+206+201=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC9 is #433136. Grayscale: #C8C8C8. Windows color (decimal): -4403511 or 13225660. OLE color: 13225660.

HSL color Cylindrical-coordinate representation of color #BCCEC9: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCEC9 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB188206201-
CMYK0.0900.020.19
HSL163.33º15.52%77.25%-
HSV(B)163.33º8.74%80.78%-
XYZ53.3559.0563.84-
YUV200.05128.54119.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=31.60%
G=34.62%
B=33.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882062010.0900.020.19163.3315.5277.25
HexBCCEC990213a3104d
Octal27431631111022324320115
Binary10111100110011101100100110010101001110100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEC9; }

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

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

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

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

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

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

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

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