#BFBDCA

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

Shades of Ghost #BFBDCA

Tints of Ghost #BFBDCA

Color information

#BFBDCA (or 0xBFBDCA) is unknown color: approx Ghost. HEX triplet: BF, BD and CA. RGB value is (191,189,202). Sum of RGB (Red+Green+Blue) = 191+189+202=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDCA is #404235. Grayscale: #BFBFBF. Windows color (decimal): -4211254 or 13286847. OLE color: 13286847.

HSL color Cylindrical-coordinate representation of color #BFBDCA: hue angle of 249.23º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBDCA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191189202-
CMYK0.050.0600.21
HSL249.23º10.92%76.67%-
HSV(B)249.23º6.44%79.22%-
XYZ50.3451.7463.21-
YUV191.08134.16127.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=32.82%
G=32.47%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911892020.050.0600.21249.2310.9276.67
HexBFBDCA56015f9b4d
Octal2772753125602537113115
Binary1011111110111101110010101011100101011111100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDCA; }

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

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

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

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

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

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

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

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