#BFC0CA

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

Shades of Ghost #BFC0CA

Tints of Ghost #BFC0CA

Color information

#BFC0CA (or 0xBFC0CA) is unknown color: approx Ghost. HEX triplet: BF, C0 and CA. RGB value is (191,192,202). Sum of RGB (Red+Green+Blue) = 191+192+202=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CA is #403F35. Grayscale: #C0C0C0. Windows color (decimal): -4210486 or 13287615. OLE color: 13287615.

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

Color convert

RGB191192202-
CMYK0.050.0500.21
HSL234.55º9.4%77.06%-
HSV(B)234.55º5.45%79.22%-
XYZ5153.0463.43-
YUV192.84133.17126.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=32.65%
G=32.82%
B=34.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911922020.050.0500.21234.559.477.06
HexBFC0CA55015eb94d
Octal2773003125502535311115
Binary1011111111000000110010101011010101011110101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0CA; }

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

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

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

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

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

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

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

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