Html Css Color HEX #B098E1 Biloba Flower

📋 copy color: '#B098E1'

red 176 ◦ green 152 ◦ blue 225

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

Shades of Biloba Flower #B098E1

Tints of Biloba Flower #B098E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 31.83%
G = 27.49%
B = 40.69%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B098E1 (or 0xB098E1) is known color: Biloba Flower. HEX triplet: B0, 98 and E1. RGB value is (176,152,225). Sum of RGB (Red+Green+Blue) = 176+152+225=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #B098E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098E1 is #4F671E. Grayscale: #A7A7A7. Windows color (decimal): -5203743 or 14784688. OLE color: 14784688.

HSL color Cylindrical-coordinate representation of color #B098E1: hue angle of 259.73º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B098E1 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 152 225 -
CMYK 0.22 0.32 0 0.12
HSL 259.73º 0.55% 0.74% -
HSV(B) 259.73º 0.32% 0.88% -
XYZ 42.72 37.12 76.15 -
YUV 167.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 176 152 225 0.22 0.32 0 0.12 259.73 0.55 0.74
Hex B0 98 E1 16 20 0 C 104 37 4A
Octal 260 230 341 26 40 0 14 404 67 112
Binary 10110000 10011000 11100001 10110 100000 0 1100 100000100 110111 1001010

Color Harmonies of #B098E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098E1

Black with #B098E1

Text Example


Text Example

White with #B098E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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