Html Css Color HEX #BD98E1 Perfume

📋 copy color: '#BD98E1'

red 189 ◦ green 152 ◦ blue 225

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

Shades of Perfume #BD98E1

Tints of Perfume #BD98E1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.86%

 BLUE value IS 225 (88.28% from 255) = 39.75%

R = 33.39%
G = 26.86%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD98E1 (or 0xBD98E1) is known color: Perfume. HEX triplet: BD, 98 and E1. RGB value is (189,152,225). Sum of RGB (Red+Green+Blue) = 189+152+225=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD98E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98E1 is #42671E. Grayscale: #ABABAB. Windows color (decimal): -4351775 or 14784701. OLE color: 14784701.

HSL color Cylindrical-coordinate representation of color #BD98E1: hue angle of 270.41º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD98E1 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 152 225 -
CMYK 0.16 0.32 0 0.12
HSL 270.41º 0.55% 0.74% -
HSV(B) 270.41º 0.32% 0.88% -
XYZ 45.81 38.71 76.29 -
YUV 171.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 189 152 225 0.16 0.32 0 0.12 270.41 0.55 0.74
Hex BD 98 E1 10 20 0 C 10E 37 4A
Octal 275 230 341 20 40 0 14 416 67 112
Binary 10111101 10011000 11100001 10000 100000 0 1100 100001110 110111 1001010

Color Harmonies of #BD98E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98E1

Black with #BD98E1

Text Example


Text Example

White with #BD98E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98E1; }

 p { color: rgb(189,152,225); }

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

background-color css

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

 a { background-color: rgb(189,152,225); }

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

border-color css

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

 span { border-color: rgb(189,152,225); }

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