Html Css Color HEX #B986ED Biloba Flower

📋 copy color: '#B986ED'

red 185 ◦ green 134 ◦ blue 237

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

Shades of Biloba Flower #B986ED

Tints of Biloba Flower #B986ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 33.27%
G = 24.1%
B = 42.63%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B986ED (or 0xB986ED) is known color: Biloba Flower. HEX triplet: B9, 86 and ED. RGB value is (185,134,237). Sum of RGB (Red+Green+Blue) = 185+134+237=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #B986ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986ED is #467912. Grayscale: #A0A0A0. Windows color (decimal): -4618515 or 15566521. OLE color: 15566521.

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

Color convert

RGB 185 134 237 -
CMYK 0.22 0.43 0 0.07
HSL 269.71º 0.74% 0.73% -
HSV(B) 269.71º 0.43% 0.93% -
XYZ 43.82 33.48 84.27 -
YUV 160.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 185 134 237 0.22 0.43 0 0.07 269.71 0.74 0.73
Hex B9 86 ED 16 2B 0 7 10E 4A 49
Octal 271 206 355 26 53 0 7 416 112 111
Binary 10111001 10000110 11101101 10110 101011 0 111 100001110 1001010 1001001

Color Harmonies of #B986ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986ED

Black with #B986ED

Text Example


Text Example

White with #B986ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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