#BDBECA

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

Shades of Ghost #BDBECA

Tints of Ghost #BDBECA

Color information

#BDBECA (or 0xBDBECA) is unknown color: approx Ghost. HEX triplet: BD, BE and CA. RGB value is (189,190,202). Sum of RGB (Red+Green+Blue) = 189+190+202=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECA is #424135. Grayscale: #BFBFBF. Windows color (decimal): -4342070 or 13287101. OLE color: 13287101.

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

Color convert

RGB189190202-
CMYK0.060.0600.21
HSL235.38º10.92%76.67%-
HSV(B)235.38º6.44%79.22%-
XYZ50.0651.9163.26-
YUV191.07134.17126.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=32.53%
G=32.70%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891902020.060.0600.21235.3810.9276.67
HexBDBECA66015ebb4d
Octal2752763126602535313115
Binary1011110110111110110010101101100101011110101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBECA; }

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

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

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

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

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

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

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

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