Html Css Color HEX #B099ED Biloba Flower

📋 copy color: '#B099ED'

red 176 ◦ green 153 ◦ blue 237

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

Shades of Biloba Flower #B099ED

Tints of Biloba Flower #B099ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 31.1%
G = 27.03%
B = 41.87%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B099ED (or 0xB099ED) is known color: Biloba Flower. HEX triplet: B0, 99 and ED. RGB value is (176,153,237). Sum of RGB (Red+Green+Blue) = 176+153+237=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #B099ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099ED is #4F6612. Grayscale: #A9A9A9. Windows color (decimal): -5203475 or 15571376. OLE color: 15571376.

HSL color Cylindrical-coordinate representation of color #B099ED: hue angle of 256.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B099ED is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 153 237 -
CMYK 0.26 0.35 0 0.07
HSL 256.43º 0.7% 0.76% -
HSV(B) 256.43º 0.35% 0.93% -
XYZ 44.58 38.13 85.13 -
YUV 169.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 176 153 237 0.26 0.35 0 0.07 256.43 0.7 0.76
Hex B0 99 ED 1A 23 0 7 100 46 4C
Octal 260 231 355 32 43 0 7 400 106 114
Binary 10110000 10011001 11101101 11010 100011 0 111 100000000 1000110 1001100

Color Harmonies of #B099ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099ED

Black with #B099ED

Text Example


Text Example

White with #B099ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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