Html Css Color HEX #B099EA Biloba Flower

📋 copy color: '#B099EA'

red 176 ◦ green 153 ◦ blue 234

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

Shades of Biloba Flower #B099EA

Tints of Biloba Flower #B099EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.18%

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 31.26%
G = 27.18%
B = 41.56%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B099EA (or 0xB099EA) is known color: Biloba Flower. HEX triplet: B0, 99 and EA. RGB value is (176,153,234). Sum of RGB (Red+Green+Blue) = 176+153+234=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #B099EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099EA is #4F6615. Grayscale: #A8A8A8. Windows color (decimal): -5203478 or 15374768. OLE color: 15374768.

HSL color Cylindrical-coordinate representation of color #B099EA: hue angle of 257.04º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B099EA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 153 234 -
CMYK 0.25 0.35 0 0.08
HSL 257.04º 0.66% 0.76% -
HSV(B) 257.04º 0.35% 0.92% -
XYZ 44.15 37.95 82.84 -
YUV 169.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 176 153 234 0.25 0.35 0 0.08 257.04 0.66 0.76
Hex B0 99 EA 19 23 0 8 101 42 4C
Octal 260 231 352 31 43 0 10 401 102 114
Binary 10110000 10011001 11101010 11001 100011 0 1000 100000001 1000010 1001100

Color Harmonies of #B099EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099EA

Black with #B099EA

Text Example


Text Example

White with #B099EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099EA; }

 p { color: rgb(176,153,234); }

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

background-color css

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

 a { background-color: rgb(176,153,234); }

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

border-color css

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

 span { border-color: rgb(176,153,234); }

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