#BCC0BF

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

Shades of Jet Stream #BCC0BF

Tints of Jet Stream #BCC0BF

Color information

#BCC0BF (or 0xBCC0BF) is unknown color: approx Jet Stream. HEX triplet: BC, C0 and BF. RGB value is (188,192,191). Sum of RGB (Red+Green+Blue) = 188+192+191=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0BF is #433F40. Grayscale: #BEBEBE. Windows color (decimal): -4407105 or 12566716. OLE color: 12566716.

HSL color Cylindrical-coordinate representation of color #BCC0BF: hue angle of 165º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCC0BF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB188192191-
CMYK0.0200.010.25
HSL165º3.08%74.51%-
HSV(B)165º2.08%75.29%-
XYZ48.9952.1556.77-
YUV190.69128.17126.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 191 (75% from 255) = 33.45%
R=32.92%
G=33.63%
B=33.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921910.0200.010.251653.0874.51
HexBCC0BF20119a534b
Octal274300277201312453113
Binary10111100110000001011111110011100110100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0BF; }

 p { color: rgb(188,192,191); }

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

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

 a { background-color: rgb(188,192,191); }

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

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

 span { border-color: rgb(188,192,191); }

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