Html Css Color HEX #BE95EA Perfume

📋 copy color: '#BE95EA'

red 190 ◦ green 149 ◦ blue 234

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

Shades of Perfume #BE95EA

Tints of Perfume #BE95EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26%

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 33.16%
G = 26%
B = 40.84%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE95EA (or 0xBE95EA) is known color: Perfume. HEX triplet: BE, 95 and EA. RGB value is (190,149,234). Sum of RGB (Red+Green+Blue) = 190+149+234=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE95EA is #416A15. Grayscale: #AAAAAA. Windows color (decimal): -4286998 or 15373758. OLE color: 15373758.

HSL color Cylindrical-coordinate representation of color #BE95EA: hue angle of 268.94º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE95EA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 149 234 -
CMYK 0.19 0.36 0 0.08
HSL 268.94º 0.67% 0.75% -
HSV(B) 268.94º 0.36% 0.92% -
XYZ 46.83 38.38 82.78 -
YUV 170.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 190 149 234 0.19 0.36 0 0.08 268.94 0.67 0.75
Hex BE 95 EA 13 24 0 8 10D 43 4B
Octal 276 225 352 23 44 0 10 415 103 113
Binary 10111110 10010101 11101010 10011 100100 0 1000 100001101 1000011 1001011

Color Harmonies of #BE95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE95EA

Black with #BE95EA

Text Example


Text Example

White with #BE95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE95EA; }

 p { color: rgb(190,149,234); }

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

background-color css

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

 a { background-color: rgb(190,149,234); }

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

border-color css

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

 span { border-color: rgb(190,149,234); }

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