Html Css Color HEX #B99AD8 Biloba Flower

📋 copy color: '#B99AD8'

red 185 ◦ green 154 ◦ blue 216

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

Shades of Biloba Flower #B99AD8

Tints of Biloba Flower #B99AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 33.33%
G = 27.75%
B = 38.92%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B99AD8 (or 0xB99AD8) is known color: Biloba Flower. HEX triplet: B9, 9A and D8. RGB value is (185,154,216). Sum of RGB (Red+Green+Blue) = 185+154+216=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #B99AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99AD8 is #466527. Grayscale: #AAAAAA. Windows color (decimal): -4613416 or 14195385. OLE color: 14195385.

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

Color convert

RGB 185 154 216 -
CMYK 0.14 0.29 0 0.15
HSL 270º 0.44% 0.73% -
HSV(B) 270º 0.29% 0.85% -
XYZ 43.96 38.38 70.06 -
YUV 170.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 185 154 216 0.14 0.29 0 0.15 270 0.44 0.73
Hex B9 9A D8 E 1D 0 F 10E 2C 49
Octal 271 232 330 16 35 0 17 416 54 111
Binary 10111001 10011010 11011000 1110 11101 0 1111 100001110 101100 1001001

Color Harmonies of #B99AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AD8

Black with #B99AD8

Text Example


Text Example

White with #B99AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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