Html Css Color HEX #B098E4 Biloba Flower

📋 copy color: '#B098E4'

red 176 ◦ green 152 ◦ blue 228

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

Shades of Biloba Flower #B098E4

Tints of Biloba Flower #B098E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.01%

R = 31.65%
G = 27.34%
B = 41.01%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B098E4 (or 0xB098E4) is known color: Biloba Flower. HEX triplet: B0, 98 and E4. RGB value is (176,152,228). Sum of RGB (Red+Green+Blue) = 176+152+228=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #B098E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098E4 is #4F671B. Grayscale: #A7A7A7. Windows color (decimal): -5203740 or 14981296. OLE color: 14981296.

HSL color Cylindrical-coordinate representation of color #B098E4: hue angle of 258.95º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B098E4 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 152 228 -
CMYK 0.23 0.33 0 0.11
HSL 258.95º 0.58% 0.75% -
HSV(B) 258.95º 0.33% 0.89% -
XYZ 43.14 37.29 78.32 -
YUV 167.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 176 152 228 0.23 0.33 0 0.11 258.95 0.58 0.75
Hex B0 98 E4 17 21 0 B 103 3A 4B
Octal 260 230 344 27 41 0 13 403 72 113
Binary 10110000 10011000 11100100 10111 100001 0 1011 100000011 111010 1001011

Color Harmonies of #B098E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098E4

Black with #B098E4

Text Example


Text Example

White with #B098E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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