#BCBDCA

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

Shades of Ghost #BCBDCA

Tints of Ghost #BCBDCA

Color information

#BCBDCA (or 0xBCBDCA) is unknown color: approx Ghost. HEX triplet: BC, BD and CA. RGB value is (188,189,202). Sum of RGB (Red+Green+Blue) = 188+189+202=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCA is #434235. Grayscale: #BEBEBE. Windows color (decimal): -4407862 or 13286844. OLE color: 13286844.

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

Color convert

RGB188189202-
CMYK0.070.0600.21
HSL235.71º11.67%76.47%-
HSV(B)235.71º6.93%79.22%-
XYZ49.651.3563.17-
YUV190.18134.67126.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=32.47%
G=32.64%
B=34.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881892020.070.0600.21235.7111.6776.47
HexBCBDCA76015ecc4c
Octal2742753127602535414114
Binary1011110010111101110010101111100101011110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDCA; }

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

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

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

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

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

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

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

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