Html Css Color HEX #B099D5 Biloba Flower

📋 copy color: '#B099D5'

red 176 ◦ green 153 ◦ blue 213

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

Shades of Biloba Flower #B099D5

Tints of Biloba Flower #B099D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 32.47%
G = 28.23%
B = 39.3%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B099D5 (or 0xB099D5) is known color: Biloba Flower. HEX triplet: B0, 99 and D5. RGB value is (176,153,213). Sum of RGB (Red+Green+Blue) = 176+153+213=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #B099D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099D5 is #4F662A. Grayscale: #A6A6A6. Windows color (decimal): -5203499 or 13998512. OLE color: 13998512.

HSL color Cylindrical-coordinate representation of color #B099D5: hue angle of 263º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B099D5 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 153 213 -
CMYK 0.17 0.28 0 0.16
HSL 263º 0.42% 0.72% -
HSV(B) 263º 0.28% 0.84% -
XYZ 41.31 36.82 67.88 -
YUV 166.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 176 153 213 0.17 0.28 0 0.16 263 0.42 0.72
Hex B0 99 D5 11 1C 0 10 107 2A 48
Octal 260 231 325 21 34 0 20 407 52 110
Binary 10110000 10011001 11010101 10001 11100 0 10000 100000111 101010 1001000

Color Harmonies of #B099D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099D5

Black with #B099D5

Text Example


Text Example

White with #B099D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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