Html Css Color HEX #B098DD Biloba Flower

📋 copy color: '#B098DD'

red 176 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #B098DD

Tints of Biloba Flower #B098DD

RGB

 RED value IS 176 (69.14% from 255) = 32.06%

 GREEN value IS 152 (59.77% from 255) = 27.69%

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 32.06%
G = 27.69%
B = 40.26%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B098DD (or 0xB098DD) is known color: Biloba Flower. HEX triplet: B0, 98 and DD. RGB value is (176,152,221). Sum of RGB (Red+Green+Blue) = 176+152+221=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B098DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098DD is #4F6722. Grayscale: #A6A6A6. Windows color (decimal): -5203747 or 14522544. OLE color: 14522544.

HSL color Cylindrical-coordinate representation of color #B098DD: hue angle of 260.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B098DD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 152 221 -
CMYK 0.20 0.31 0 0.13
HSL 260.87º 0.5% 0.73% -
HSV(B) 260.87º 0.31% 0.87% -
XYZ 42.18 36.91 73.31 -
YUV 167.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 176 152 221 0.20 0.31 0 0.13 260.87 0.5 0.73
Hex B0 98 DD 14 1F 0 D 105 32 49
Octal 260 230 335 24 37 0 15 405 62 111
Binary 10110000 10011000 11011101 10100 11111 0 1101 100000101 110010 1001001

Color Harmonies of #B098DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098DD

Black with #B098DD

Text Example


Text Example

White with #B098DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098DD; }

 p { color: rgb(176,152,221); }

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

background-color css

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

 a { background-color: rgb(176,152,221); }

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

border-color css

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

 span { border-color: rgb(176,152,221); }

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