#BCC4C2

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

Shades of Jet Stream #BCC4C2

Tints of Jet Stream #BCC4C2

Color information

#BCC4C2 (or 0xBCC4C2) is unknown color: approx Jet Stream. HEX triplet: BC, C4 and C2. RGB value is (188,196,194). Sum of RGB (Red+Green+Blue) = 188+196+194=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4C2 is #433B3D. Grayscale: #C1C1C1. Windows color (decimal): -4406078 or 12764348. OLE color: 12764348.

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

Color convert

RGB188196194-
CMYK0.0400.010.23
HSL165º6.35%75.29%-
HSV(B)165º4.08%76.86%-
XYZ50.2254.0758.83-
YUV193.38128.35124.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 194 (76.17% from 255) = 33.56%
R=32.53%
G=33.91%
B=33.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961940.0400.010.231656.3575.29
HexBCC4C240117a564b
Octal274304302401272456113
Binary1011110011000100110000101000110111101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4C2; }

 p { color: rgb(188,196,194); }

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

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

 a { background-color: rgb(188,196,194); }

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

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

 span { border-color: rgb(188,196,194); }

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