Html Css Color HEX #B098E0 Biloba Flower

📋 copy color: '#B098E0'

red 176 ◦ green 152 ◦ blue 224

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

Shades of Biloba Flower #B098E0

Tints of Biloba Flower #B098E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 31.88%
G = 27.54%
B = 40.58%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B098E0 (or 0xB098E0) is known color: Biloba Flower. HEX triplet: B0, 98 and E0. RGB value is (176,152,224). Sum of RGB (Red+Green+Blue) = 176+152+224=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #B098E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098E0 is #4F671F. Grayscale: #A7A7A7. Windows color (decimal): -5203744 or 14719152. OLE color: 14719152.

HSL color Cylindrical-coordinate representation of color #B098E0: hue angle of 260º degrees, saturation: 0.54, 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 #B098E0 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 152 224 -
CMYK 0.21 0.32 0 0.12
HSL 260º 0.54% 0.74% -
HSV(B) 260º 0.32% 0.88% -
XYZ 42.59 37.07 75.43 -
YUV 167.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 176 152 224 0.21 0.32 0 0.12 260 0.54 0.74
Hex B0 98 E0 15 20 0 C 104 36 4A
Octal 260 230 340 25 40 0 14 404 66 112
Binary 10110000 10011000 11100000 10101 100000 0 1100 100000100 110110 1001010

Color Harmonies of #B098E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098E0

Black with #B098E0

Text Example


Text Example

White with #B098E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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