Html Css Color HEX #BD98DE Perfume

📋 copy color: '#BD98DE'

red 189 ◦ green 152 ◦ blue 222

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

Shades of Perfume #BD98DE

Tints of Perfume #BD98DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 33.57%
G = 27%
B = 39.43%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD98DE (or 0xBD98DE) is known color: Perfume. HEX triplet: BD, 98 and DE. RGB value is (189,152,222). Sum of RGB (Red+Green+Blue) = 189+152+222=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98DE is #426721. Grayscale: #AAAAAA. Windows color (decimal): -4351778 or 14588093. OLE color: 14588093.

HSL color Cylindrical-coordinate representation of color #BD98DE: hue angle of 271.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD98DE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 152 222 -
CMYK 0.15 0.32 0 0.13
HSL 271.71º 0.51% 0.73% -
HSV(B) 271.71º 0.32% 0.87% -
XYZ 45.4 38.55 74.16 -
YUV 171.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 189 152 222 0.15 0.32 0 0.13 271.71 0.51 0.73
Hex BD 98 DE F 20 0 D 110 33 49
Octal 275 230 336 17 40 0 15 420 63 111
Binary 10111101 10011000 11011110 1111 100000 0 1101 100010000 110011 1001001

Color Harmonies of #BD98DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98DE

Black with #BD98DE

Text Example


Text Example

White with #BD98DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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