Html Css Color HEX #B686EE Biloba Flower

📋 copy color: '#B686EE'

red 182 ◦ green 134 ◦ blue 238

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

Shades of Biloba Flower #B686EE

Tints of Biloba Flower #B686EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 32.85%
G = 24.19%
B = 42.96%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B686EE (or 0xB686EE) is known color: Biloba Flower. HEX triplet: B6, 86 and EE. RGB value is (182,134,238). Sum of RGB (Red+Green+Blue) = 182+134+238=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #B686EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686EE is #497911. Grayscale: #9F9F9F. Windows color (decimal): -4815122 or 15632054. OLE color: 15632054.

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

Color convert

RGB 182 134 238 -
CMYK 0.24 0.44 0 0.07
HSL 267.69º 0.75% 0.73% -
HSV(B) 267.69º 0.44% 0.93% -
XYZ 43.25 33.17 85.01 -
YUV 160.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 182 134 238 0.24 0.44 0 0.07 267.69 0.75 0.73
Hex B6 86 EE 18 2C 0 7 10C 4B 49
Octal 266 206 356 30 54 0 7 414 113 111
Binary 10110110 10000110 11101110 11000 101100 0 111 100001100 1001011 1001001

Color Harmonies of #B686EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686EE

Black with #B686EE

Text Example


Text Example

White with #B686EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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