Html Css Color HEX #B98EDE Biloba Flower

📋 copy color: '#B98EDE'

red 185 ◦ green 142 ◦ blue 222

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

Shades of Biloba Flower #B98EDE

Tints of Biloba Flower #B98EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.87%

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

R = 33.7%
G = 25.87%
B = 40.44%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B98EDE (or 0xB98EDE) is known color: Biloba Flower. HEX triplet: B9, 8E and DE. RGB value is (185,142,222). Sum of RGB (Red+Green+Blue) = 185+142+222=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #B98EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EDE is #467121. Grayscale: #A3A3A3. Windows color (decimal): -4616482 or 14585529. OLE color: 14585529.

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

Color convert

RGB 185 142 222 -
CMYK 0.17 0.36 0 0.13
HSL 272.25º 0.55% 0.71% -
HSV(B) 272.25º 0.36% 0.87% -
XYZ 42.87 34.93 73.59 -
YUV 163.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 185 142 222 0.17 0.36 0 0.13 272.25 0.55 0.71
Hex B9 8E DE 11 24 0 D 110 37 47
Octal 271 216 336 21 44 0 15 420 67 107
Binary 10111001 10001110 11011110 10001 100100 0 1101 100010000 110111 1000111

Color Harmonies of #B98EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98EDE

Black with #B98EDE

Text Example


Text Example

White with #B98EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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