Html Css Color HEX #B99DD4 Perfume

📋 copy color: '#B99DD4'

red 185 ◦ green 157 ◦ blue 212

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

Shades of Perfume #B99DD4

Tints of Perfume #B99DD4

RGB

 RED value IS 185 (72.66% from 255) = 33.39%

 GREEN value IS 157 (61.72% from 255) = 28.34%

 BLUE value IS 212 (83.2% from 255) = 38.27%

R = 33.39%
G = 28.34%
B = 38.27%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B99DD4 (or 0xB99DD4) is known color: Perfume. HEX triplet: B9, 9D and D4. RGB value is (185,157,212). Sum of RGB (Red+Green+Blue) = 185+157+212=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #B99DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DD4 is #46622B. Grayscale: #ABABAB. Windows color (decimal): -4612652 or 13934009. OLE color: 13934009.

HSL color Cylindrical-coordinate representation of color #B99DD4: hue angle of 270.55º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B99DD4 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 157 212 -
CMYK 0.13 0.26 0 0.17
HSL 270.55º 0.39% 0.72% -
HSV(B) 270.55º 0.26% 0.83% -
XYZ 43.95 39.18 67.53 -
YUV 171.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 185 157 212 0.13 0.26 0 0.17 270.55 0.39 0.72
Hex B9 9D D4 D 1A 0 11 10F 27 48
Octal 271 235 324 15 32 0 21 417 47 110
Binary 10111001 10011101 11010100 1101 11010 0 10001 100001111 100111 1001000

Color Harmonies of #B99DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DD4

Black with #B99DD4

Text Example


Text Example

White with #B99DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DD4; }

 p { color: rgb(185,157,212); }

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

background-color css

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

 a { background-color: rgb(185,157,212); }

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

border-color css

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

 span { border-color: rgb(185,157,212); }

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