Html Css Color HEX #BEA8E4 Perfume

📋 copy color: '#BEA8E4'

red 190 ◦ green 168 ◦ blue 228

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

Shades of Perfume #BEA8E4

Tints of Perfume #BEA8E4

RGB

 RED value IS 190 (74.61% from 255) = 32.42%

 GREEN value IS 168 (66.02% from 255) = 28.67%

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

R = 32.42%
G = 28.67%
B = 38.91%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEA8E4 (or 0xBEA8E4) is known color: Perfume. HEX triplet: BE, A8 and E4. RGB value is (190,168,228). Sum of RGB (Red+Green+Blue) = 190+168+228=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEA8E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8E4 is #41571B. Grayscale: #B5B5B5. Windows color (decimal): -4282140 or 14985406. OLE color: 14985406.

HSL color Cylindrical-coordinate representation of color #BEA8E4: hue angle of 262º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA8E4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 168 228 -
CMYK 0.17 0.26 0 0.11
HSL 262º 0.53% 0.78% -
HSV(B) 262º 0.26% 0.89% -
XYZ 49.24 44.55 79.4 -
YUV 181.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 190 168 228 0.17 0.26 0 0.11 262 0.53 0.78
Hex BE A8 E4 11 1A 0 B 106 35 4E
Octal 276 250 344 21 32 0 13 406 65 116
Binary 10111110 10101000 11100100 10001 11010 0 1011 100000110 110101 1001110

Color Harmonies of #BEA8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8E4

Black with #BEA8E4

Text Example


Text Example

White with #BEA8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8E4; }

 p { color: rgb(190,168,228); }

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

background-color css

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

 a { background-color: rgb(190,168,228); }

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

border-color css

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

 span { border-color: rgb(190,168,228); }

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