Html Css Color HEX #B98DDE Biloba Flower

📋 copy color: '#B98DDE'

red 185 ◦ green 141 ◦ blue 222

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

Shades of Biloba Flower #B98DDE

Tints of Biloba Flower #B98DDE

RGB

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

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

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

R = 33.76%
G = 25.73%
B = 40.51%

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

#B98DDE (or 0xB98DDE) is known color: Biloba Flower. HEX triplet: B9, 8D and DE. RGB value is (185,141,222). Sum of RGB (Red+Green+Blue) = 185+141+222=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #B98DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DDE is #467221. Grayscale: #A3A3A3. Windows color (decimal): -4616738 or 14585273. OLE color: 14585273.

HSL color Cylindrical-coordinate representation of color #B98DDE: hue angle of 272.59º 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 #B98DDE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 141 222 -
CMYK 0.17 0.36 0 0.13
HSL 272.59º 0.55% 0.71% -
HSV(B) 272.59º 0.36% 0.87% -
XYZ 42.72 34.64 73.54 -
YUV 163.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 185 141 222 0.17 0.36 0 0.13 272.59 0.55 0.71
Hex B9 8D DE 11 24 0 D 111 37 47
Octal 271 215 336 21 44 0 15 421 67 107
Binary 10111001 10001101 11011110 10001 100100 0 1101 100010001 110111 1000111

Color Harmonies of #B98DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DDE

Black with #B98DDE

Text Example


Text Example

White with #B98DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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