Html Css Color HEX #BFA2D4 Perfume

📋 copy color: '#BFA2D4'

red 191 ◦ green 162 ◦ blue 212

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

Shades of Perfume #BFA2D4

Tints of Perfume #BFA2D4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.67%

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

R = 33.81%
G = 28.67%
B = 37.52%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFA2D4 (or 0xBFA2D4) is known color: Perfume. HEX triplet: BF, A2 and D4. RGB value is (191,162,212). Sum of RGB (Red+Green+Blue) = 191+162+212=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFA2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2D4 is #405D2B. Grayscale: #B0B0B0. Windows color (decimal): -4218156 or 13935295. OLE color: 13935295.

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

Color convert

RGB 191 162 212 -
CMYK 0.10 0.24 0 0.17
HSL 274.8º 0.37% 0.73% -
HSV(B) 274.8º 0.24% 0.83% -
XYZ 46.29 41.67 67.89 -
YUV 176.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 191 162 212 0.10 0.24 0 0.17 274.8 0.37 0.73
Hex BF A2 D4 A 18 0 11 113 25 49
Octal 277 242 324 12 30 0 21 423 45 111
Binary 10111111 10100010 11010100 1010 11000 0 10001 100010011 100101 1001001

Color Harmonies of #BFA2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA2D4

Black with #BFA2D4

Text Example


Text Example

White with #BFA2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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