Html Css Color HEX #B999DC Biloba Flower

📋 copy color: '#B999DC'

red 185 ◦ green 153 ◦ blue 220

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

Shades of Biloba Flower #B999DC

Tints of Biloba Flower #B999DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.42%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 33.15%
G = 27.42%
B = 39.43%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B999DC (or 0xB999DC) is known color: Biloba Flower. HEX triplet: B9, 99 and DC. RGB value is (185,153,220). Sum of RGB (Red+Green+Blue) = 185+153+220=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B999DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999DC is #466623. Grayscale: #A9A9A9. Windows color (decimal): -4613668 or 14457273. OLE color: 14457273.

HSL color Cylindrical-coordinate representation of color #B999DC: hue angle of 268.66º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B999DC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 153 220 -
CMYK 0.16 0.30 0 0.14
HSL 268.66º 0.49% 0.73% -
HSV(B) 268.66º 0.3% 0.86% -
XYZ 44.32 38.26 72.76 -
YUV 170.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 185 153 220 0.16 0.30 0 0.14 268.66 0.49 0.73
Hex B9 99 DC 10 1E 0 E 10D 31 49
Octal 271 231 334 20 36 0 16 415 61 111
Binary 10111001 10011001 11011100 10000 11110 0 1110 100001101 110001 1001001

Color Harmonies of #B999DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999DC

Black with #B999DC

Text Example


Text Example

White with #B999DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999DC; }

 p { color: rgb(185,153,220); }

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

background-color css

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

 a { background-color: rgb(185,153,220); }

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

border-color css

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

 span { border-color: rgb(185,153,220); }

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