Html Css Color HEX #B686DC Biloba Flower

📋 copy color: '#B686DC'

red 182 ◦ green 134 ◦ blue 220

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

Shades of Biloba Flower #B686DC

Tints of Biloba Flower #B686DC

RGB

 RED value IS 182 (71.48% from 255) = 33.96%

 GREEN value IS 134 (52.73% from 255) = 25%

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

R = 33.96%
G = 25%
B = 41.04%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B686DC (or 0xB686DC) is known color: Biloba Flower. HEX triplet: B6, 86 and DC. RGB value is (182,134,220). Sum of RGB (Red+Green+Blue) = 182+134+220=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #B686DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686DC is #497923. Grayscale: #9D9D9D. Windows color (decimal): -4815140 or 14452406. OLE color: 14452406.

HSL color Cylindrical-coordinate representation of color #B686DC: hue angle of 273.49º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B686DC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 134 220 -
CMYK 0.17 0.39 0 0.14
HSL 273.49º 0.55% 0.69% -
HSV(B) 273.49º 0.39% 0.86% -
XYZ 40.73 32.16 71.77 -
YUV 158.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 182 134 220 0.17 0.39 0 0.14 273.49 0.55 0.69
Hex B6 86 DC 11 27 0 E 111 37 45
Octal 266 206 334 21 47 0 16 421 67 105
Binary 10110110 10000110 11011100 10001 100111 0 1110 100010001 110111 1000101

Color Harmonies of #B686DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686DC

Black with #B686DC

Text Example


Text Example

White with #B686DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686DC; }

 p { color: rgb(182,134,220); }

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

background-color css

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

 a { background-color: rgb(182,134,220); }

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

border-color css

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

 span { border-color: rgb(182,134,220); }

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