Html Css Color HEX #B986EA Biloba Flower

📋 copy color: '#B986EA'

red 185 ◦ green 134 ◦ blue 234

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

Shades of Biloba Flower #B986EA

Tints of Biloba Flower #B986EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 33.45%
G = 24.23%
B = 42.31%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B986EA (or 0xB986EA) is known color: Biloba Flower. HEX triplet: B9, 86 and EA. RGB value is (185,134,234). Sum of RGB (Red+Green+Blue) = 185+134+234=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #B986EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986EA is #467915. Grayscale: #A0A0A0. Windows color (decimal): -4618518 or 15369913. OLE color: 15369913.

HSL color Cylindrical-coordinate representation of color #B986EA: hue angle of 270.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B986EA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 134 234 -
CMYK 0.21 0.43 0 0.08
HSL 270.6º 0.7% 0.72% -
HSV(B) 270.6º 0.43% 0.92% -
XYZ 43.38 33.31 81.98 -
YUV 160.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 185 134 234 0.21 0.43 0 0.08 270.6 0.7 0.72
Hex B9 86 EA 15 2B 0 8 10F 46 48
Octal 271 206 352 25 53 0 10 417 106 110
Binary 10111001 10000110 11101010 10101 101011 0 1000 100001111 1000110 1001000

Color Harmonies of #B986EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986EA

Black with #B986EA

Text Example


Text Example

White with #B986EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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