Html Css Color HEX #BD96EE Perfume

📋 copy color: '#BD96EE'

red 189 ◦ green 150 ◦ blue 238

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

Shades of Perfume #BD96EE

Tints of Perfume #BD96EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 32.76%
G = 26%
B = 41.25%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD96EE (or 0xBD96EE) is known color: Perfume. HEX triplet: BD, 96 and EE. RGB value is (189,150,238). Sum of RGB (Red+Green+Blue) = 189+150+238=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96EE is #426911. Grayscale: #ABABAB. Windows color (decimal): -4352274 or 15636157. OLE color: 15636157.

HSL color Cylindrical-coordinate representation of color #BD96EE: hue angle of 266.59º degrees, saturation: 0.72, 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 #BD96EE is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 150 238 -
CMYK 0.21 0.37 0 0.07
HSL 266.59º 0.72% 0.76% -
HSV(B) 266.59º 0.37% 0.93% -
XYZ 47.33 38.8 85.88 -
YUV 171.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 189 150 238 0.21 0.37 0 0.07 266.59 0.72 0.76
Hex BD 96 EE 15 25 0 7 10B 48 4C
Octal 275 226 356 25 45 0 7 413 110 114
Binary 10111101 10010110 11101110 10101 100101 0 111 100001011 1001000 1001100

Color Harmonies of #BD96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96EE

Black with #BD96EE

Text Example


Text Example

White with #BD96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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