Html Css Color HEX #BD99FB Perfume

📋 copy color: '#BD99FB'

red 189 ◦ green 153 ◦ blue 251

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

Shades of Perfume #BD99FB

Tints of Perfume #BD99FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 31.87%
G = 25.8%
B = 42.33%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD99FB (or 0xBD99FB) is known color: Perfume. HEX triplet: BD, 99 and FB. RGB value is (189,153,251). Sum of RGB (Red+Green+Blue) = 189+153+251=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99FB is #426604. Grayscale: #AEAEAE. Windows color (decimal): -4351493 or 16488893. OLE color: 16488893.

HSL color Cylindrical-coordinate representation of color #BD99FB: hue angle of 262.04º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD99FB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 153 251 -
CMYK 0.25 0.39 0 0.02
HSL 262.04º 0.92% 0.79% -
HSV(B) 262.04º 0.39% 0.98% -
XYZ 49.79 40.57 96.47 -
YUV 174.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 189 153 251 0.25 0.39 0 0.02 262.04 0.92 0.79
Hex BD 99 FB 19 27 0 2 106 5C 4F
Octal 275 231 373 31 47 0 2 406 134 117
Binary 10111101 10011001 11111011 11001 100111 0 10 100000110 1011100 1001111

Color Harmonies of #BD99FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99FB

Black with #BD99FB

Text Example


Text Example

White with #BD99FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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