Html Css Color HEX #BD98EA Perfume

📋 copy color: '#BD98EA'

red 189 ◦ green 152 ◦ blue 234

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

Shades of Perfume #BD98EA

Tints of Perfume #BD98EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.7%

R = 32.87%
G = 26.43%
B = 40.7%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD98EA (or 0xBD98EA) is known color: Perfume. HEX triplet: BD, 98 and EA. RGB value is (189,152,234). Sum of RGB (Red+Green+Blue) = 189+152+234=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98EA is #426715. Grayscale: #ACACAC. Windows color (decimal): -4351766 or 15374525. OLE color: 15374525.

HSL color Cylindrical-coordinate representation of color #BD98EA: hue angle of 267.07º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD98EA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 152 234 -
CMYK 0.19 0.35 0 0.08
HSL 267.07º 0.66% 0.76% -
HSV(B) 267.07º 0.35% 0.92% -
XYZ 47.07 39.22 82.93 -
YUV 172.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 189 152 234 0.19 0.35 0 0.08 267.07 0.66 0.76
Hex BD 98 EA 13 23 0 8 10B 42 4C
Octal 275 230 352 23 43 0 10 413 102 114
Binary 10111101 10011000 11101010 10011 100011 0 1000 100001011 1000010 1001100

Color Harmonies of #BD98EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98EA

Black with #BD98EA

Text Example


Text Example

White with #BD98EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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