#BCC8C6

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

Shades of Jet Stream #BCC8C6

Tints of Jet Stream #BCC8C6

Color information

#BCC8C6 (or 0xBCC8C6) is unknown color: approx Jet Stream. HEX triplet: BC, C8 and C6. RGB value is (188,200,198). Sum of RGB (Red+Green+Blue) = 188+200+198=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C6 is #433739. Grayscale: #C4C4C4. Windows color (decimal): -4405050 or 13027516. OLE color: 13027516.

HSL color Cylindrical-coordinate representation of color #BCC8C6: hue angle of 170º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC8C6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB188200198-
CMYK0.0600.010.22
HSL170º9.84%76.08%-
HSV(B)170º6%78.43%-
XYZ51.5956.0861.53-
YUV196.18129.02122.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=32.08%
G=34.13%
B=33.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001980.0600.010.221709.8476.08
HexBCC8C660116aaa4c
Octal2743103066012625212114
Binary10111100110010001100011011001101101010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8C6; }

 p { color: rgb(188,200,198); }

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

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

 a { background-color: rgb(188,200,198); }

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

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

 span { border-color: rgb(188,200,198); }

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