#BCCAC5

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

Shades of Jet Stream #BCCAC5

Tints of Jet Stream #BCCAC5

Color information

#BCCAC5 (or 0xBCCAC5) is unknown color: approx Jet Stream. HEX triplet: BC, CA and C5. RGB value is (188,202,197). Sum of RGB (Red+Green+Blue) = 188+202+197=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC5 is #43353A. Grayscale: #C5C5C5. Windows color (decimal): -4404539 or 12962492. OLE color: 12962492.

HSL color Cylindrical-coordinate representation of color #BCCAC5: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCAC5 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB188202197-
CMYK0.0700.020.21
HSL158.57º11.67%76.47%-
HSV(B)158.57º6.93%79.22%-
XYZ51.9456.9661.08-
YUV197.24127.86121.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=32.03%
G=34.41%
B=33.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021970.0700.020.21158.5711.6776.47
HexBCCAC5702159fc4c
Octal2743123057022523714114
Binary101111001100101011000101111010101011001111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAC5; }

 p { color: rgb(188,202,197); }

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

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

 a { background-color: rgb(188,202,197); }

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

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

 span { border-color: rgb(188,202,197); }

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