Html Css Color HEX #B989E8 Biloba Flower

📋 copy color: '#B989E8'

red 185 ◦ green 137 ◦ blue 232

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

Shades of Biloba Flower #B989E8

Tints of Biloba Flower #B989E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.88%

R = 33.39%
G = 24.73%
B = 41.88%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B989E8 (or 0xB989E8) is known color: Biloba Flower. HEX triplet: B9, 89 and E8. RGB value is (185,137,232). Sum of RGB (Red+Green+Blue) = 185+137+232=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #B989E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B989E8 is #467617. Grayscale: #A1A1A1. Windows color (decimal): -4617752 or 15239609. OLE color: 15239609.

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

Color convert

RGB 185 137 232 -
CMYK 0.20 0.41 0 0.09
HSL 270.32º 0.67% 0.72% -
HSV(B) 270.32º 0.41% 0.91% -
XYZ 43.52 34.03 80.62 -
YUV 162.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 185 137 232 0.20 0.41 0 0.09 270.32 0.67 0.72
Hex B9 89 E8 14 29 0 9 10E 43 48
Octal 271 211 350 24 51 0 11 416 103 110
Binary 10111001 10001001 11101000 10100 101001 0 1001 100001110 1000011 1001000

Color Harmonies of #B989E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B989E8

Black with #B989E8

Text Example


Text Example

White with #B989E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B989E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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