Html Css Color HEX #BD98FE Perfume

📋 copy color: '#BD98FE'

red 189 ◦ green 152 ◦ blue 254

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

Shades of Perfume #BD98FE

Tints of Perfume #BD98FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 31.76%
G = 25.55%
B = 42.69%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD98FE (or 0xBD98FE) is known color: Perfume. HEX triplet: BD, 98 and FE. RGB value is (189,152,254). Sum of RGB (Red+Green+Blue) = 189+152+254=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98FE is #426701. Grayscale: #AEAEAE. Windows color (decimal): -4351746 or 16685245. OLE color: 16685245.

HSL color Cylindrical-coordinate representation of color #BD98FE: hue angle of 261.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD98FE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 152 254 -
CMYK 0.26 0.40 0 0.00
HSL 261.76º 0.98% 0.8% -
HSV(B) 261.76º 0.4% 1% -
XYZ 50.1 40.43 98.93 -
YUV 174.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 189 152 254 0.26 0.40 0 0.00 261.76 0.98 0.8
Hex BD 98 FE 1A 28 0 0 106 62 50
Octal 275 230 376 32 50 0 0 406 142 120
Binary 10111101 10011000 11111110 11010 101000 0 0 100000110 1100010 1010000

Color Harmonies of #BD98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98FE

Black with #BD98FE

Text Example


Text Example

White with #BD98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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