Html Css Color HEX #B686EC Biloba Flower

📋 copy color: '#B686EC'

red 182 ◦ green 134 ◦ blue 236

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

Shades of Biloba Flower #B686EC

Tints of Biloba Flower #B686EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 32.97%
G = 24.28%
B = 42.75%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B686EC (or 0xB686EC) is known color: Biloba Flower. HEX triplet: B6, 86 and EC. RGB value is (182,134,236). Sum of RGB (Red+Green+Blue) = 182+134+236=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #B686EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686EC is #497913. Grayscale: #9F9F9F. Windows color (decimal): -4815124 or 15500982. OLE color: 15500982.

HSL color Cylindrical-coordinate representation of color #B686EC: hue angle of 268.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B686EC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 134 236 -
CMYK 0.23 0.43 0 0.07
HSL 268.24º 0.73% 0.73% -
HSV(B) 268.24º 0.43% 0.93% -
XYZ 42.96 33.05 83.47 -
YUV 159.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 182 134 236 0.23 0.43 0 0.07 268.24 0.73 0.73
Hex B6 86 EC 17 2B 0 7 10C 49 49
Octal 266 206 354 27 53 0 7 414 111 111
Binary 10110110 10000110 11101100 10111 101011 0 111 100001100 1001001 1001001

Color Harmonies of #B686EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686EC

Black with #B686EC

Text Example


Text Example

White with #B686EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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