Html Css Color HEX #BFACCC Perfume

📋 copy color: '#BFACCC'

red 191 ◦ green 172 ◦ blue 204

#BFACCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BFACCC

Tints of Perfume #BFACCC

RGB

 RED value IS 191 (75% from 255) = 33.69%

 GREEN value IS 172 (67.58% from 255) = 30.34%

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 33.69%
G = 30.34%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFACCC (or 0xBFACCC) is known color: Perfume. HEX triplet: BF, AC and CC. RGB value is (191,172,204). Sum of RGB (Red+Green+Blue) = 191+172+204=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACCC is #405333. Grayscale: #B5B5B5. Windows color (decimal): -4215604 or 13413567. OLE color: 13413567.

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

Color convert

RGB 191 172 204 -
CMYK 0.06 0.16 0 0.2
HSL 275.63º 0.24% 0.74% -
HSV(B) 275.63º 0.16% 0.8% -
XYZ 47.14 44.94 63.32 -
YUV 181.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 191 172 204 0.06 0.16 0 0.2 275.63 0.24 0.74
Hex BF AC CC 6 10 0 14 114 18 4A
Octal 277 254 314 6 20 0 24 424 30 112
Binary 10111111 10101100 11001100 110 10000 0 10100 100010100 11000 1001010

Color Harmonies of #BFACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACCC

Black with #BFACCC

Text Example


Text Example

White with #BFACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACCC; }

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

 H1.HeaderClassName
 {
   color: #BFACCC;
 }
 .AnyTagClassName
 {
   color: #BFACCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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