Html Css Color HEX #B986E9 Biloba Flower

📋 copy color: '#B986E9'

red 185 ◦ green 134 ◦ blue 233

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

Shades of Biloba Flower #B986E9

Tints of Biloba Flower #B986E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.21%

R = 33.51%
G = 24.28%
B = 42.21%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B986E9 (or 0xB986E9) is known color: Biloba Flower. HEX triplet: B9, 86 and E9. RGB value is (185,134,233). Sum of RGB (Red+Green+Blue) = 185+134+233=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #B986E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986E9 is #467916. Grayscale: #A0A0A0. Windows color (decimal): -4618519 or 15304377. OLE color: 15304377.

HSL color Cylindrical-coordinate representation of color #B986E9: hue angle of 270.91º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B986E9 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 134 233 -
CMYK 0.21 0.42 0 0.09
HSL 270.91º 0.69% 0.72% -
HSV(B) 270.91º 0.42% 0.91% -
XYZ 43.24 33.25 81.23 -
YUV 160.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 185 134 233 0.21 0.42 0 0.09 270.91 0.69 0.72
Hex B9 86 E9 15 2A 0 9 10F 45 48
Octal 271 206 351 25 52 0 11 417 105 110
Binary 10111001 10000110 11101001 10101 101010 0 1001 100001111 1000101 1001000

Color Harmonies of #B986E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986E9

Black with #B986E9

Text Example


Text Example

White with #B986E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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