Html Css Color HEX #BD99FF Perfume

📋 copy color: '#BD99FF'

red 189 ◦ green 153 ◦ blue 255

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

Shades of Perfume #BD99FF

Tints of Perfume #BD99FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 31.66%
G = 25.63%
B = 42.71%

CMYK

 C value IS 0.26

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD99FF (or 0xBD99FF) is known color: Perfume. HEX triplet: BD, 99 and FF. RGB value is (189,153,255). Sum of RGB (Red+Green+Blue) = 189+153+255=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99FF is #426600. Grayscale: #AFAFAF. Windows color (decimal): -4351489 or 16751037. OLE color: 16751037.

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

Color convert

RGB 189 153 255 -
CMYK 0.26 0.4 0 0
HSL 261.18º 1% 0.8% -
HSV(B) 261.18º 0.4% 1% -
XYZ 50.43 40.82 99.83 -
YUV 175.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 189 153 255 0.26 0.4 0 0 261.18 1 0.8
Hex BD 99 FF 1A 28 0 0 105 64 50
Octal 275 231 377 32 50 0 0 405 144 120
Binary 10111101 10011001 11111111 11010 101000 0 0 100000101 1100100 1010000

Color Harmonies of #BD99FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99FF

Black with #BD99FF

Text Example


Text Example

White with #BD99FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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