Html Css Color HEX #B989EC Biloba Flower

📋 copy color: '#B989EC'

red 185 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #B989EC

Tints of Biloba Flower #B989EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.55%

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 33.15%
G = 24.55%
B = 42.29%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B989EC (or 0xB989EC) is known color: Biloba Flower. HEX triplet: B9, 89 and EC. RGB value is (185,137,236). Sum of RGB (Red+Green+Blue) = 185+137+236=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #B989EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B989EC is #467613. Grayscale: #A2A2A2. Windows color (decimal): -4617748 or 15501753. OLE color: 15501753.

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

Color convert

RGB 185 137 236 -
CMYK 0.22 0.42 0 0.07
HSL 269.09º 0.72% 0.73% -
HSV(B) 269.09º 0.42% 0.93% -
XYZ 44.09 34.26 83.65 -
YUV 162.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 185 137 236 0.22 0.42 0 0.07 269.09 0.72 0.73
Hex B9 89 EC 16 2A 0 7 10D 48 49
Octal 271 211 354 26 52 0 7 415 110 111
Binary 10111001 10001001 11101100 10110 101010 0 111 100001101 1001000 1001001

Color Harmonies of #B989EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B989EC

Black with #B989EC

Text Example


Text Example

White with #B989EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B989EC; }

 p { color: rgb(185,137,236); }

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

background-color css

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

 a { background-color: rgb(185,137,236); }

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

border-color css

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

 span { border-color: rgb(185,137,236); }

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