Html Css Color HEX #B99BDA Biloba Flower

📋 copy color: '#B99BDA'

red 185 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #B99BDA

Tints of Biloba Flower #B99BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.78%

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

R = 33.15%
G = 27.78%
B = 39.07%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B99BDA (or 0xB99BDA) is known color: Biloba Flower. HEX triplet: B9, 9B and DA. RGB value is (185,155,218). Sum of RGB (Red+Green+Blue) = 185+155+218=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #B99BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BDA is #466425. Grayscale: #AAAAAA. Windows color (decimal): -4613158 or 14326713. OLE color: 14326713.

HSL color Cylindrical-coordinate representation of color #B99BDA: hue angle of 268.57º degrees, saturation: 0.46, 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 #B99BDA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 155 218 -
CMYK 0.15 0.29 0 0.15
HSL 268.57º 0.46% 0.73% -
HSV(B) 268.57º 0.29% 0.85% -
XYZ 44.38 38.82 71.48 -
YUV 171.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 185 155 218 0.15 0.29 0 0.15 268.57 0.46 0.73
Hex B9 9B DA F 1D 0 F 10D 2E 49
Octal 271 233 332 17 35 0 17 415 56 111
Binary 10111001 10011011 11011010 1111 11101 0 1111 100001101 101110 1001001

Color Harmonies of #B99BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BDA

Black with #B99BDA

Text Example


Text Example

White with #B99BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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