#BCBBCA

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

Shades of Ghost #BCBBCA

Tints of Ghost #BCBBCA

Color information

#BCBBCA (or 0xBCBBCA) is unknown color: approx Ghost. HEX triplet: BC, BB and CA. RGB value is (188,187,202). Sum of RGB (Red+Green+Blue) = 188+187+202=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCA is #434435. Grayscale: #BCBCBC. Windows color (decimal): -4408374 or 13286332. OLE color: 13286332.

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

Color convert

RGB188187202-
CMYK0.070.0700.21
HSL244º12.4%76.27%-
HSV(B)244º7.43%79.22%-
XYZ49.1750.563.03-
YUV189.01135.33127.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=32.58%
G=32.41%
B=35.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881872020.070.0700.2124412.476.27
HexBCBBCA77015f4c4c
Octal2742733127702536414114
Binary1011110010111011110010101111110101011111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBCA; }

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

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

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

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

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

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

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

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