Html Css Color HEX #B99ADF Biloba Flower

📋 copy color: '#B99ADF'

red 185 ◦ green 154 ◦ blue 223

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

Shades of Biloba Flower #B99ADF

Tints of Biloba Flower #B99ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 32.92%
G = 27.4%
B = 39.68%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99ADF (or 0xB99ADF) is known color: Biloba Flower. HEX triplet: B9, 9A and DF. RGB value is (185,154,223). Sum of RGB (Red+Green+Blue) = 185+154+223=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #B99ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ADF is #466520. Grayscale: #AAAAAA. Windows color (decimal): -4613409 or 14654137. OLE color: 14654137.

HSL color Cylindrical-coordinate representation of color #B99ADF: hue angle of 266.96º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B99ADF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 154 223 -
CMYK 0.17 0.31 0 0.13
HSL 266.96º 0.52% 0.74% -
HSV(B) 266.96º 0.31% 0.87% -
XYZ 44.88 38.75 74.93 -
YUV 171.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 185 154 223 0.17 0.31 0 0.13 266.96 0.52 0.74
Hex B9 9A DF 11 1F 0 D 10B 34 4A
Octal 271 232 337 21 37 0 15 413 64 112
Binary 10111001 10011010 11011111 10001 11111 0 1101 100001011 110100 1001010

Color Harmonies of #B99ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99ADF

Black with #B99ADF

Text Example


Text Example

White with #B99ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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