#BFC0CB

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

Shades of Ghost #BFC0CB

Tints of Ghost #BFC0CB

Color information

#BFC0CB (or 0xBFC0CB) is unknown color: approx Ghost. HEX triplet: BF, C0 and CB. RGB value is (191,192,203). Sum of RGB (Red+Green+Blue) = 191+192+203=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CB is #403F34. Grayscale: #C0C0C0. Windows color (decimal): -4210485 or 13353151. OLE color: 13353151.

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

Color convert

RGB191192203-
CMYK0.060.0500.20
HSL235º10.34%77.25%-
HSV(B)235º5.91%79.61%-
XYZ51.1153.0964.05-
YUV192.96133.67126.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=32.59%
G=32.76%
B=34.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911922030.060.0500.2023510.3477.25
HexBFC0CB65014eba4d
Octal2773003136502435312115
Binary1011111111000000110010111101010101001110101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0CB; }

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

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

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

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

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

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

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

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