Html Css Color HEX #BD96E2 Perfume

📋 copy color: '#BD96E2'

red 189 ◦ green 150 ◦ blue 226

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

Shades of Perfume #BD96E2

Tints of Perfume #BD96E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40%

R = 33.45%
G = 26.55%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD96E2 (or 0xBD96E2) is known color: Perfume. HEX triplet: BD, 96 and E2. RGB value is (189,150,226). Sum of RGB (Red+Green+Blue) = 189+150+226=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96E2 is #42691D. Grayscale: #AAAAAA. Windows color (decimal): -4352286 or 14849725. OLE color: 14849725.

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

Color convert

RGB 189 150 226 -
CMYK 0.16 0.34 0 0.11
HSL 270.79º 0.57% 0.74% -
HSV(B) 270.79º 0.34% 0.89% -
XYZ 45.62 38.12 76.91 -
YUV 170.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 189 150 226 0.16 0.34 0 0.11 270.79 0.57 0.74
Hex BD 96 E2 10 22 0 B 10F 39 4A
Octal 275 226 342 20 42 0 13 417 71 112
Binary 10111101 10010110 11100010 10000 100010 0 1011 100001111 111001 1001010

Color Harmonies of #BD96E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96E2

Black with #BD96E2

Text Example


Text Example

White with #BD96E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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