Html Css Color HEX #B099EC Biloba Flower

📋 copy color: '#B099EC'

red 176 ◦ green 153 ◦ blue 236

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

Shades of Biloba Flower #B099EC

Tints of Biloba Flower #B099EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 31.15%
G = 27.08%
B = 41.77%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B099EC (or 0xB099EC) is known color: Biloba Flower. HEX triplet: B0, 99 and EC. RGB value is (176,153,236). Sum of RGB (Red+Green+Blue) = 176+153+236=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #B099EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099EC is #4F6613. Grayscale: #A9A9A9. Windows color (decimal): -5203476 or 15505840. OLE color: 15505840.

HSL color Cylindrical-coordinate representation of color #B099EC: hue angle of 256.63º degrees, saturation: 0.69, 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 #B099EC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 153 236 -
CMYK 0.25 0.35 0 0.07
HSL 256.63º 0.69% 0.76% -
HSV(B) 256.63º 0.35% 0.93% -
XYZ 44.44 38.07 84.36 -
YUV 169.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 176 153 236 0.25 0.35 0 0.07 256.63 0.69 0.76
Hex B0 99 EC 19 23 0 7 101 45 4C
Octal 260 231 354 31 43 0 7 401 105 114
Binary 10110000 10011001 11101100 11001 100011 0 111 100000001 1000101 1001100

Color Harmonies of #B099EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099EC

Black with #B099EC

Text Example


Text Example

White with #B099EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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