#BCCAC6

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

Shades of Jet Stream #BCCAC6

Tints of Jet Stream #BCCAC6

Color information

#BCCAC6 (or 0xBCCAC6) is unknown color: approx Jet Stream. HEX triplet: BC, CA and C6. RGB value is (188,202,198). Sum of RGB (Red+Green+Blue) = 188+202+198=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC6 is #433539. Grayscale: #C5C5C5. Windows color (decimal): -4404538 or 13028028. OLE color: 13028028.

HSL color Cylindrical-coordinate representation of color #BCCAC6: hue angle of 162.86º 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 #BCCAC6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB188202198-
CMYK0.0700.020.21
HSL162.86º11.67%76.47%-
HSV(B)162.86º6.93%79.22%-
XYZ52.0557.0161.69-
YUV197.36128.36121.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=31.97%
G=34.35%
B=33.67%

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
Decimal1882021980.0700.020.21162.8611.6776.47
HexBCCAC670215a3c4c
Octal2743123067022524314114
Binary101111001100101011000110111010101011010001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAC6; }

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

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

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

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

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

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

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

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