Html Css Color HEX #BD99FE Perfume

📋 copy color: '#BD99FE'

red 189 ◦ green 153 ◦ blue 254

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

Shades of Perfume #BD99FE

Tints of Perfume #BD99FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.67%

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

R = 31.71%
G = 25.67%
B = 42.62%

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

#BD99FE (or 0xBD99FE) is known color: Perfume. HEX triplet: BD, 99 and FE. RGB value is (189,153,254). Sum of RGB (Red+Green+Blue) = 189+153+254=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99FE is #426601. Grayscale: #AEAEAE. Windows color (decimal): -4351490 or 16685501. OLE color: 16685501.

HSL color Cylindrical-coordinate representation of color #BD99FE: hue angle of 261.39º 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 #BD99FE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 153 254 -
CMYK 0.26 0.40 0 0.00
HSL 261.39º 0.98% 0.8% -
HSV(B) 261.39º 0.4% 1% -
XYZ 50.27 40.76 98.98 -
YUV 175.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 189 153 254 0.26 0.40 0 0.00 261.39 0.98 0.8
Hex BD 99 FE 1A 28 0 0 105 62 50
Octal 275 231 376 32 50 0 0 405 142 120
Binary 10111101 10011001 11111110 11010 101000 0 0 100000101 1100010 1010000

Color Harmonies of #BD99FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99FE

Black with #BD99FE

Text Example


Text Example

White with #BD99FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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