Html Css Color HEX #BD99EF Perfume

📋 copy color: '#BD99EF'

red 189 ◦ green 153 ◦ blue 239

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

Shades of Perfume #BD99EF

Tints of Perfume #BD99EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 32.53%
G = 26.33%
B = 41.14%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD99EF (or 0xBD99EF) is known color: Perfume. HEX triplet: BD, 99 and EF. RGB value is (189,153,239). Sum of RGB (Red+Green+Blue) = 189+153+239=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD99EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99EF is #426610. Grayscale: #ADADAD. Windows color (decimal): -4351505 or 15702461. OLE color: 15702461.

HSL color Cylindrical-coordinate representation of color #BD99EF: hue angle of 265.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD99EF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 153 239 -
CMYK 0.21 0.36 0 0.06
HSL 265.12º 0.73% 0.77% -
HSV(B) 265.12º 0.36% 0.94% -
XYZ 47.96 39.83 86.82 -
YUV 173.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 189 153 239 0.21 0.36 0 0.06 265.12 0.73 0.77
Hex BD 99 EF 15 24 0 6 109 49 4D
Octal 275 231 357 25 44 0 6 411 111 115
Binary 10111101 10011001 11101111 10101 100100 0 110 100001001 1001001 1001101

Color Harmonies of #BD99EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99EF

Black with #BD99EF

Text Example


Text Example

White with #BD99EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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