Html Css Color HEX #BFA6ED Perfume

📋 copy color: '#BFA6ED'

red 191 ◦ green 166 ◦ blue 237

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

Shades of Perfume #BFA6ED

Tints of Perfume #BFA6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 32.15%
G = 27.95%
B = 39.9%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFA6ED (or 0xBFA6ED) is known color: Perfume. HEX triplet: BF, A6 and ED. RGB value is (191,166,237). Sum of RGB (Red+Green+Blue) = 191+166+237=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6ED is #405912. Grayscale: #B5B5B5. Windows color (decimal): -4217107 or 15574719. OLE color: 15574719.

HSL color Cylindrical-coordinate representation of color #BFA6ED: hue angle of 261.13º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA6ED is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 166 237 -
CMYK 0.19 0.30 0 0.07
HSL 261.13º 0.66% 0.79% -
HSV(B) 261.13º 0.3% 0.93% -
XYZ 50.41 44.46 86.05 -
YUV 181.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 191 166 237 0.19 0.30 0 0.07 261.13 0.66 0.79
Hex BF A6 ED 13 1E 0 7 105 42 4F
Octal 277 246 355 23 36 0 7 405 102 117
Binary 10111111 10100110 11101101 10011 11110 0 111 100000101 1000010 1001111

Color Harmonies of #BFA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6ED

Black with #BFA6ED

Text Example


Text Example

White with #BFA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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