#BCCAC7

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

Shades of Jet Stream #BCCAC7

Tints of Jet Stream #BCCAC7

Color information

#BCCAC7 (or 0xBCCAC7) is unknown color: approx Jet Stream. HEX triplet: BC, CA and C7. RGB value is (188,202,199). Sum of RGB (Red+Green+Blue) = 188+202+199=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC7 is #433538. Grayscale: #C5C5C5. Windows color (decimal): -4404537 or 13093564. OLE color: 13093564.

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

Color convert

RGB188202199-
CMYK0.0700.010.21
HSL167.14º11.67%76.47%-
HSV(B)167.14º6.93%79.22%-
XYZ52.1757.0662.3-
YUV197.47128.86121.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 199 (78.12% from 255) = 33.79%
R=31.92%
G=34.30%
B=33.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021990.0700.010.21167.1411.6776.47
HexBCCAC770115a7c4c
Octal2743123077012524714114
Binary10111100110010101100011111101101011010011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAC7; }

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

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

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

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

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

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

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

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