Html Css Color HEX #BD97EC Perfume

📋 copy color: '#BD97EC'

red 189 ◦ green 151 ◦ blue 236

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

Shades of Perfume #BD97EC

Tints of Perfume #BD97EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.22%

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 32.81%
G = 26.22%
B = 40.97%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD97EC (or 0xBD97EC) is known color: Perfume. HEX triplet: BD, 97 and EC. RGB value is (189,151,236). Sum of RGB (Red+Green+Blue) = 189+151+236=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97EC is #426813. Grayscale: #ABABAB. Windows color (decimal): -4352020 or 15505341. OLE color: 15505341.

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

Color convert

RGB 189 151 236 -
CMYK 0.20 0.36 0 0.07
HSL 266.82º 0.69% 0.76% -
HSV(B) 266.82º 0.36% 0.93% -
XYZ 47.19 39.01 84.4 -
YUV 172.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 189 151 236 0.20 0.36 0 0.07 266.82 0.69 0.76
Hex BD 97 EC 14 24 0 7 10B 45 4C
Octal 275 227 354 24 44 0 7 413 105 114
Binary 10111101 10010111 11101100 10100 100100 0 111 100001011 1000101 1001100

Color Harmonies of #BD97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97EC

Black with #BD97EC

Text Example


Text Example

White with #BD97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97EC; }

 p { color: rgb(189,151,236); }

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

background-color css

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

 a { background-color: rgb(189,151,236); }

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

border-color css

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

 span { border-color: rgb(189,151,236); }

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