Html Css Color HEX #B986EE Biloba Flower

📋 copy color: '#B986EE'

red 185 ◦ green 134 ◦ blue 238

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

Shades of Biloba Flower #B986EE

Tints of Biloba Flower #B986EE

RGB

 RED value IS 185 (72.66% from 255) = 33.21%

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

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

R = 33.21%
G = 24.06%
B = 42.73%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B986EE (or 0xB986EE) is known color: Biloba Flower. HEX triplet: B9, 86 and EE. RGB value is (185,134,238). Sum of RGB (Red+Green+Blue) = 185+134+238=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #B986EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986EE is #467911. Grayscale: #A0A0A0. Windows color (decimal): -4618514 or 15632057. OLE color: 15632057.

HSL color Cylindrical-coordinate representation of color #B986EE: hue angle of 269.42º 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 #B986EE is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 134 238 -
CMYK 0.22 0.44 0 0.07
HSL 269.42º 0.75% 0.73% -
HSV(B) 269.42º 0.44% 0.93% -
XYZ 43.97 33.54 85.05 -
YUV 161.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 185 134 238 0.22 0.44 0 0.07 269.42 0.75 0.73
Hex B9 86 EE 16 2C 0 7 10D 4B 49
Octal 271 206 356 26 54 0 7 415 113 111
Binary 10111001 10000110 11101110 10110 101100 0 111 100001101 1001011 1001001

Color Harmonies of #B986EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986EE

Black with #B986EE

Text Example


Text Example

White with #B986EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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