Html Css Color HEX #B098DC Biloba Flower

📋 copy color: '#B098DC'

red 176 ◦ green 152 ◦ blue 220

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

Shades of Biloba Flower #B098DC

Tints of Biloba Flower #B098DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 32.12%
G = 27.74%
B = 40.15%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B098DC (or 0xB098DC) is known color: Biloba Flower. HEX triplet: B0, 98 and DC. RGB value is (176,152,220). Sum of RGB (Red+Green+Blue) = 176+152+220=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #B098DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098DC is #4F6723. Grayscale: #A6A6A6. Windows color (decimal): -5203748 or 14457008. OLE color: 14457008.

HSL color Cylindrical-coordinate representation of color #B098DC: hue angle of 261.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B098DC is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 152 220 -
CMYK 0.2 0.31 0 0.14
HSL 261.18º 0.49% 0.73% -
HSV(B) 261.18º 0.31% 0.86% -
XYZ 42.05 36.85 72.61 -
YUV 166.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 176 152 220 0.2 0.31 0 0.14 261.18 0.49 0.73
Hex B0 98 DC 14 1F 0 E 105 31 49
Octal 260 230 334 24 37 0 16 405 61 111
Binary 10110000 10011000 11011100 10100 11111 0 1110 100000101 110001 1001001

Color Harmonies of #B098DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098DC

Black with #B098DC

Text Example


Text Example

White with #B098DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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