#BEBFCA

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

Shades of Ghost #BEBFCA

Tints of Ghost #BEBFCA

Color information

#BEBFCA (or 0xBEBFCA) is unknown color: approx Ghost. HEX triplet: BE, BF and CA. RGB value is (190,191,202). Sum of RGB (Red+Green+Blue) = 190+191+202=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFCA is #414035. Grayscale: #BFBFBF. Windows color (decimal): -4276278 or 13287358. OLE color: 13287358.

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

Color convert

RGB190191202-
CMYK0.060.0500.21
HSL235º10.17%76.86%-
HSV(B)235º5.94%79.22%-
XYZ50.5352.4763.34-
YUV191.96133.67126.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=32.59%
G=32.76%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901912020.060.0500.2123510.1776.86
HexBEBFCA65015eba4d
Octal2762773126502535312115
Binary1011111010111111110010101101010101011110101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFCA; }

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

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

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

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

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

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

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

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