Html Css Color HEX #BFA2E4 Perfume

📋 copy color: '#BFA2E4'

red 191 ◦ green 162 ◦ blue 228

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

Shades of Perfume #BFA2E4

Tints of Perfume #BFA2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.24%

R = 32.87%
G = 27.88%
B = 39.24%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFA2E4 (or 0xBFA2E4) is known color: Perfume. HEX triplet: BF, A2 and E4. RGB value is (191,162,228). Sum of RGB (Red+Green+Blue) = 191+162+228=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFA2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2E4 is #405D1B. Grayscale: #B1B1B1. Windows color (decimal): -4218140 or 14983871. OLE color: 14983871.

HSL color Cylindrical-coordinate representation of color #BFA2E4: hue angle of 266.36º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA2E4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 162 228 -
CMYK 0.16 0.29 0 0.11
HSL 266.36º 0.55% 0.76% -
HSV(B) 266.36º 0.29% 0.89% -
XYZ 48.41 42.52 79.05 -
YUV 178.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 191 162 228 0.16 0.29 0 0.11 266.36 0.55 0.76
Hex BF A2 E4 10 1D 0 B 10A 37 4C
Octal 277 242 344 20 35 0 13 412 67 114
Binary 10111111 10100010 11100100 10000 11101 0 1011 100001010 110111 1001100

Color Harmonies of #BFA2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA2E4

Black with #BFA2E4

Text Example


Text Example

White with #BFA2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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