Html Css Color HEX #BD96EA Perfume

📋 copy color: '#BD96EA'

red 189 ◦ green 150 ◦ blue 234

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

Shades of Perfume #BD96EA

Tints of Perfume #BD96EA

RGB

 RED value IS 189 (74.22% from 255) = 32.98%

 GREEN value IS 150 (58.98% from 255) = 26.18%

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

R = 32.98%
G = 26.18%
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

#BD96EA (or 0xBD96EA) is known color: Perfume. HEX triplet: BD, 96 and EA. RGB value is (189,150,234). Sum of RGB (Red+Green+Blue) = 189+150+234=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 150 (58.98% from 255 or 26.18% 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 #BD96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96EA is #426915. Grayscale: #AAAAAA. Windows color (decimal): -4352278 or 15374013. OLE color: 15374013.

HSL color Cylindrical-coordinate representation of color #BD96EA: hue angle of 267.86º 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 #BD96EA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 150 234 -
CMYK 0.19 0.36 0 0.08
HSL 267.86º 0.67% 0.75% -
HSV(B) 267.86º 0.36% 0.92% -
XYZ 46.74 38.57 82.82 -
YUV 171.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 189 150 234 0.19 0.36 0 0.08 267.86 0.67 0.75
Hex BD 96 EA 13 24 0 8 10C 43 4B
Octal 275 226 352 23 44 0 10 414 103 113
Binary 10111101 10010110 11101010 10011 100100 0 1000 100001100 1000011 1001011

Color Harmonies of #BD96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96EA

Black with #BD96EA

Text Example


Text Example

White with #BD96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96EA; }

 p { color: rgb(189,150,234); }

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

background-color css

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

 a { background-color: rgb(189,150,234); }

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

border-color css

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

 span { border-color: rgb(189,150,234); }

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