Html Css Color HEX #B686D8 Biloba Flower

📋 copy color: '#B686D8'

red 182 ◦ green 134 ◦ blue 216

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

Shades of Biloba Flower #B686D8

Tints of Biloba Flower #B686D8

RGB

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

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

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

R = 34.21%
G = 25.19%
B = 40.6%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B686D8 (or 0xB686D8) is known color: Biloba Flower. HEX triplet: B6, 86 and D8. RGB value is (182,134,216). Sum of RGB (Red+Green+Blue) = 182+134+216=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #B686D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686D8 is #497927. Grayscale: #9D9D9D. Windows color (decimal): -4815144 or 14190262. OLE color: 14190262.

HSL color Cylindrical-coordinate representation of color #B686D8: hue angle of 275.12º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B686D8 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 134 216 -
CMYK 0.16 0.38 0 0.15
HSL 275.12º 0.51% 0.69% -
HSV(B) 275.12º 0.38% 0.85% -
XYZ 40.21 31.95 69.01 -
YUV 157.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 182 134 216 0.16 0.38 0 0.15 275.12 0.51 0.69
Hex B6 86 D8 10 26 0 F 113 33 45
Octal 266 206 330 20 46 0 17 423 63 105
Binary 10110110 10000110 11011000 10000 100110 0 1111 100010011 110011 1000101

Color Harmonies of #B686D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686D8

Black with #B686D8

Text Example


Text Example

White with #B686D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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