Html Css Color HEX #BFA6D8 Perfume

📋 copy color: '#BFA6D8'

red 191 ◦ green 166 ◦ blue 216

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

Shades of Perfume #BFA6D8

Tints of Perfume #BFA6D8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.97%

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 33.33%
G = 28.97%
B = 37.7%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFA6D8 (or 0xBFA6D8) is known color: Perfume. HEX triplet: BF, A6 and D8. RGB value is (191,166,216). Sum of RGB (Red+Green+Blue) = 191+166+216=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6D8 is #405927. Grayscale: #B3B3B3. Windows color (decimal): -4217128 or 14198463. OLE color: 14198463.

HSL color Cylindrical-coordinate representation of color #BFA6D8: hue angle of 270º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFA6D8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 166 216 -
CMYK 0.12 0.23 0 0.15
HSL 270º 0.39% 0.75% -
HSV(B) 270º 0.23% 0.85% -
XYZ 47.52 43.31 70.82 -
YUV 179.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 191 166 216 0.12 0.23 0 0.15 270 0.39 0.75
Hex BF A6 D8 C 17 0 F 10E 27 4B
Octal 277 246 330 14 27 0 17 416 47 113
Binary 10111111 10100110 11011000 1100 10111 0 1111 100001110 100111 1001011

Color Harmonies of #BFA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6D8

Black with #BFA6D8

Text Example


Text Example

White with #BFA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6D8; }

 p { color: rgb(191,166,216); }

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

background-color css

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

 a { background-color: rgb(191,166,216); }

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

border-color css

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

 span { border-color: rgb(191,166,216); }

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