Html Css Color HEX #BD98EE Perfume

📋 copy color: '#BD98EE'

red 189 ◦ green 152 ◦ blue 238

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

Shades of Perfume #BD98EE

Tints of Perfume #BD98EE

RGB

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

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

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

R = 32.64%
G = 26.25%
B = 41.11%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD98EE (or 0xBD98EE) is known color: Perfume. HEX triplet: BD, 98 and EE. RGB value is (189,152,238). Sum of RGB (Red+Green+Blue) = 189+152+238=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD98EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98EE is #426711. Grayscale: #ACACAC. Windows color (decimal): -4351762 or 15636669. OLE color: 15636669.

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

Color convert

RGB 189 152 238 -
CMYK 0.21 0.36 0 0.07
HSL 265.81º 0.72% 0.76% -
HSV(B) 265.81º 0.36% 0.93% -
XYZ 47.65 39.45 85.99 -
YUV 172.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 189 152 238 0.21 0.36 0 0.07 265.81 0.72 0.76
Hex BD 98 EE 15 24 0 7 10A 48 4C
Octal 275 230 356 25 44 0 7 412 110 114
Binary 10111101 10011000 11101110 10101 100100 0 111 100001010 1001000 1001100

Color Harmonies of #BD98EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98EE

Black with #BD98EE

Text Example


Text Example

White with #BD98EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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