Html Css Color HEX #B686DB Biloba Flower

📋 copy color: '#B686DB'

red 182 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #B686DB

Tints of Biloba Flower #B686DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 34.02%
G = 25.05%
B = 40.93%

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

#B686DB (or 0xB686DB) is known color: Biloba Flower. HEX triplet: B6, 86 and DB. RGB value is (182,134,219). Sum of RGB (Red+Green+Blue) = 182+134+219=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B686DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686DB is #497924. Grayscale: #9D9D9D. Windows color (decimal): -4815141 or 14386870. OLE color: 14386870.

HSL color Cylindrical-coordinate representation of color #B686DB: hue angle of 273.88º degrees, saturation: 0.54, 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 #B686DB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 134 219 -
CMYK 0.17 0.39 0 0.14
HSL 273.88º 0.54% 0.69% -
HSV(B) 273.88º 0.39% 0.86% -
XYZ 40.6 32.11 71.08 -
YUV 158.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 182 134 219 0.17 0.39 0 0.14 273.88 0.54 0.69
Hex B6 86 DB 11 27 0 E 112 36 45
Octal 266 206 333 21 47 0 16 422 66 105
Binary 10110110 10000110 11011011 10001 100111 0 1110 100010010 110110 1000101

Color Harmonies of #B686DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686DB

Black with #B686DB

Text Example


Text Example

White with #B686DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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