Html Css Color HEX #B99CDA Perfume

📋 copy color: '#B99CDA'

red 185 ◦ green 156 ◦ blue 218

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

Shades of Perfume #B99CDA

Tints of Perfume #B99CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.91%

 BLUE value IS 218 (85.55% from 255) = 39%

R = 33.09%
G = 27.91%
B = 39%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B99CDA (or 0xB99CDA) is known color: Perfume. HEX triplet: B9, 9C and DA. RGB value is (185,156,218). Sum of RGB (Red+Green+Blue) = 185+156+218=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #B99CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDA is #466325. Grayscale: #ABABAB. Windows color (decimal): -4612902 or 14326969. OLE color: 14326969.

HSL color Cylindrical-coordinate representation of color #B99CDA: hue angle of 268.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99CDA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 156 218 -
CMYK 0.15 0.28 0 0.15
HSL 268.06º 0.46% 0.73% -
HSV(B) 268.06º 0.28% 0.85% -
XYZ 44.55 39.15 71.54 -
YUV 171.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 185 156 218 0.15 0.28 0 0.15 268.06 0.46 0.73
Hex B9 9C DA F 1C 0 F 10C 2E 49
Octal 271 234 332 17 34 0 17 414 56 111
Binary 10111001 10011100 11011010 1111 11100 0 1111 100001100 101110 1001001

Color Harmonies of #B99CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CDA

Black with #B99CDA

Text Example


Text Example

White with #B99CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CDA; }

 p { color: rgb(185,156,218); }

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

background-color css

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

 a { background-color: rgb(185,156,218); }

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

border-color css

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

 span { border-color: rgb(185,156,218); }

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