Html Css Color HEX #BD96ED Perfume

📋 copy color: '#BD96ED'

red 189 ◦ green 150 ◦ blue 237

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

Shades of Perfume #BD96ED

Tints of Perfume #BD96ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 32.81%
G = 26.04%
B = 41.15%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD96ED (or 0xBD96ED) is known color: Perfume. HEX triplet: BD, 96 and ED. RGB value is (189,150,237). Sum of RGB (Red+Green+Blue) = 189+150+237=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96ED is #426912. Grayscale: #ABABAB. Windows color (decimal): -4352275 or 15570621. OLE color: 15570621.

HSL color Cylindrical-coordinate representation of color #BD96ED: hue angle of 266.9º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD96ED is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 150 237 -
CMYK 0.20 0.37 0 0.07
HSL 266.9º 0.71% 0.76% -
HSV(B) 266.9º 0.37% 0.93% -
XYZ 47.18 38.75 85.11 -
YUV 171.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 189 150 237 0.20 0.37 0 0.07 266.9 0.71 0.76
Hex BD 96 ED 14 25 0 7 10B 47 4C
Octal 275 226 355 24 45 0 7 413 107 114
Binary 10111101 10010110 11101101 10100 100101 0 111 100001011 1000111 1001100

Color Harmonies of #BD96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96ED

Black with #BD96ED

Text Example


Text Example

White with #BD96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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