Html Css Color HEX #B99ACE Biloba Flower

📋 copy color: '#B99ACE'

red 185 ◦ green 154 ◦ blue 206

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

Shades of Biloba Flower #B99ACE

Tints of Biloba Flower #B99ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.26%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 33.94%
G = 28.26%
B = 37.8%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B99ACE (or 0xB99ACE) is known color: Biloba Flower. HEX triplet: B9, 9A and CE. RGB value is (185,154,206). Sum of RGB (Red+Green+Blue) = 185+154+206=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #B99ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ACE is #466531. Grayscale: #A9A9A9. Windows color (decimal): -4613426 or 13540025. OLE color: 13540025.

HSL color Cylindrical-coordinate representation of color #B99ACE: hue angle of 275.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99ACE is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 154 206 -
CMYK 0.10 0.25 0 0.19
HSL 275.77º 0.35% 0.71% -
HSV(B) 275.77º 0.25% 0.81% -
XYZ 42.7 37.88 63.45 -
YUV 169.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 185 154 206 0.10 0.25 0 0.19 275.77 0.35 0.71
Hex B9 9A CE A 19 0 13 114 23 47
Octal 271 232 316 12 31 0 23 424 43 107
Binary 10111001 10011010 11001110 1010 11001 0 10011 100010100 100011 1000111

Color Harmonies of #B99ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99ACE

Black with #B99ACE

Text Example


Text Example

White with #B99ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99ACE; }

 p { color: rgb(185,154,206); }

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

background-color css

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

 a { background-color: rgb(185,154,206); }

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

border-color css

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

 span { border-color: rgb(185,154,206); }

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