Html Css Color HEX #B98ADE Biloba Flower

📋 copy color: '#B98ADE'

red 185 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #B98ADE

Tints of Biloba Flower #B98ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.32%

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 33.94%
G = 25.32%
B = 40.73%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B98ADE (or 0xB98ADE) is known color: Biloba Flower. HEX triplet: B9, 8A and DE. RGB value is (185,138,222). Sum of RGB (Red+Green+Blue) = 185+138+222=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #B98ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ADE is #467521. Grayscale: #A1A1A1. Windows color (decimal): -4617506 or 14584505. OLE color: 14584505.

HSL color Cylindrical-coordinate representation of color #B98ADE: hue angle of 273.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98ADE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 138 222 -
CMYK 0.17 0.38 0 0.13
HSL 273.57º 0.56% 0.71% -
HSV(B) 273.57º 0.38% 0.87% -
XYZ 42.28 33.77 73.4 -
YUV 161.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 185 138 222 0.17 0.38 0 0.13 273.57 0.56 0.71
Hex B9 8A DE 11 26 0 D 112 38 47
Octal 271 212 336 21 46 0 15 422 70 107
Binary 10111001 10001010 11011110 10001 100110 0 1101 100010010 111000 1000111

Color Harmonies of #B98ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98ADE

Black with #B98ADE

Text Example


Text Example

White with #B98ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98ADE; }

 p { color: rgb(185,138,222); }

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

background-color css

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

 a { background-color: rgb(185,138,222); }

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

border-color css

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

 span { border-color: rgb(185,138,222); }

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