Html Css Color HEX #B099D9 Biloba Flower

📋 copy color: '#B099D9'

red 176 ◦ green 153 ◦ blue 217

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

Shades of Biloba Flower #B099D9

Tints of Biloba Flower #B099D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.74%

R = 32.23%
G = 28.02%
B = 39.74%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B099D9 (or 0xB099D9) is known color: Biloba Flower. HEX triplet: B0, 99 and D9. RGB value is (176,153,217). Sum of RGB (Red+Green+Blue) = 176+153+217=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #B099D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099D9 is #4F6626. Grayscale: #A6A6A6. Windows color (decimal): -5203495 or 14260656. OLE color: 14260656.

HSL color Cylindrical-coordinate representation of color #B099D9: hue angle of 261.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B099D9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 153 217 -
CMYK 0.19 0.29 0 0.15
HSL 261.56º 0.46% 0.73% -
HSV(B) 261.56º 0.29% 0.85% -
XYZ 41.82 37.02 70.59 -
YUV 167.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 176 153 217 0.19 0.29 0 0.15 261.56 0.46 0.73
Hex B0 99 D9 13 1D 0 F 106 2E 49
Octal 260 231 331 23 35 0 17 406 56 111
Binary 10110000 10011001 11011001 10011 11101 0 1111 100000110 101110 1001001

Color Harmonies of #B099D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099D9

Black with #B099D9

Text Example


Text Example

White with #B099D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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