Html Css Color HEX #B98DEB Biloba Flower

📋 copy color: '#B98DEB'

red 185 ◦ green 141 ◦ blue 235

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

Shades of Biloba Flower #B98DEB

Tints of Biloba Flower #B98DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.13%

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 32.98%
G = 25.13%
B = 41.89%

CMYK

 C value IS 0.21

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B98DEB (or 0xB98DEB) is known color: Biloba Flower. HEX triplet: B9, 8D and EB. RGB value is (185,141,235). Sum of RGB (Red+Green+Blue) = 185+141+235=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #B98DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DEB is #467214. Grayscale: #A4A4A4. Windows color (decimal): -4616725 or 15437241. OLE color: 15437241.

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

Color convert

RGB 185 141 235 -
CMYK 0.21 0.4 0 0.08
HSL 268.09º 0.7% 0.74% -
HSV(B) 268.09º 0.4% 0.92% -
XYZ 44.53 35.36 83.08 -
YUV 164.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 185 141 235 0.21 0.4 0 0.08 268.09 0.7 0.74
Hex B9 8D EB 15 28 0 8 10C 46 4A
Octal 271 215 353 25 50 0 10 414 106 112
Binary 10111001 10001101 11101011 10101 101000 0 1000 100001100 1000110 1001010

Color Harmonies of #B98DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DEB

Black with #B98DEB

Text Example


Text Example

White with #B98DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DEB; }

 p { color: rgb(185,141,235); }

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

background-color css

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

 a { background-color: rgb(185,141,235); }

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

border-color css

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

 span { border-color: rgb(185,141,235); }

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