#BFB0CC

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

Shades of Perfume #BFB0CC

Tints of Perfume #BFB0CC

Color information

#BFB0CC (or 0xBFB0CC) is unknown color: approx Perfume. HEX triplet: BF, B0 and CC. RGB value is (191,176,204). Sum of RGB (Red+Green+Blue) = 191+176+204=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0CC is #404F33. Grayscale: #B7B7B7. Windows color (decimal): -4214580 or 13414591. OLE color: 13414591.

HSL color Cylindrical-coordinate representation of color #BFB0CC: hue angle of 272.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB0CC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191176204-
CMYK0.060.1400.2
HSL272.14º21.54%74.51%-
HSV(B)272.14º13.73%80%-
XYZ47.9146.4963.57-
YUV183.68139.47133.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=33.45%
G=30.82%
B=35.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911762040.060.1400.2272.1421.5474.51
HexBFB0CC6E014110164b
Octal27726031461602442026113
Binary1011111110110000110011001101110010100100010000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0CC; }

 p { color: rgb(191,176,204); }

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

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

 a { background-color: rgb(191,176,204); }

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

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

 span { border-color: rgb(191,176,204); }

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