Html Css Color HEX #BFA6D4 Perfume

📋 copy color: '#BFA6D4'

red 191 ◦ green 166 ◦ blue 212

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

Shades of Perfume #BFA6D4

Tints of Perfume #BFA6D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 33.57%
G = 29.17%
B = 37.26%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFA6D4 (or 0xBFA6D4) is known color: Perfume. HEX triplet: BF, A6 and D4. RGB value is (191,166,212). Sum of RGB (Red+Green+Blue) = 191+166+212=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFA6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6D4 is #40592B. Grayscale: #B2B2B2. Windows color (decimal): -4217132 or 13936319. OLE color: 13936319.

HSL color Cylindrical-coordinate representation of color #BFA6D4: hue angle of 272.61º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA6D4 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 166 212 -
CMYK 0.10 0.22 0 0.17
HSL 272.61º 0.35% 0.74% -
HSV(B) 272.61º 0.22% 0.83% -
XYZ 47.01 43.1 68.13 -
YUV 178.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 191 166 212 0.10 0.22 0 0.17 272.61 0.35 0.74
Hex BF A6 D4 A 16 0 11 111 23 4A
Octal 277 246 324 12 26 0 21 421 43 112
Binary 10111111 10100110 11010100 1010 10110 0 10001 100010001 100011 1001010

Color Harmonies of #BFA6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6D4

Black with #BFA6D4

Text Example


Text Example

White with #BFA6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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