Html Css Color HEX #BEA2D8 Perfume

📋 copy color: '#BEA2D8'

red 190 ◦ green 162 ◦ blue 216

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

Shades of Perfume #BEA2D8

Tints of Perfume #BEA2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 33.45%
G = 28.52%
B = 38.03%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEA2D8 (or 0xBEA2D8) is known color: Perfume. HEX triplet: BE, A2 and D8. RGB value is (190,162,216). Sum of RGB (Red+Green+Blue) = 190+162+216=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2D8 is #415D27. Grayscale: #B0B0B0. Windows color (decimal): -4283688 or 14197438. OLE color: 14197438.

HSL color Cylindrical-coordinate representation of color #BEA2D8: hue angle of 271.11º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA2D8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 162 216 -
CMYK 0.12 0.25 0 0.15
HSL 271.11º 0.41% 0.74% -
HSV(B) 271.11º 0.25% 0.85% -
XYZ 46.55 41.75 70.57 -
YUV 176.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 190 162 216 0.12 0.25 0 0.15 271.11 0.41 0.74
Hex BE A2 D8 C 19 0 F 10F 29 4A
Octal 276 242 330 14 31 0 17 417 51 112
Binary 10111110 10100010 11011000 1100 11001 0 1111 100001111 101001 1001010

Color Harmonies of #BEA2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2D8

Black with #BEA2D8

Text Example


Text Example

White with #BEA2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2D8; }

 p { color: rgb(190,162,216); }

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

background-color css

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

 a { background-color: rgb(190,162,216); }

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

border-color css

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

 span { border-color: rgb(190,162,216); }

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