Html Css Color HEX #B099D8 Biloba Flower

📋 copy color: '#B099D8'

red 176 ◦ green 153 ◦ blue 216

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

Shades of Biloba Flower #B099D8

Tints of Biloba Flower #B099D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 32.29%
G = 28.07%
B = 39.63%

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

#B099D8 (or 0xB099D8) is known color: Biloba Flower. HEX triplet: B0, 99 and D8. RGB value is (176,153,216). Sum of RGB (Red+Green+Blue) = 176+153+216=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #B099D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099D8 is #4F6627. Grayscale: #A6A6A6. Windows color (decimal): -5203496 or 14195120. OLE color: 14195120.

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

Color convert

RGB 176 153 216 -
CMYK 0.19 0.29 0 0.15
HSL 261.9º 0.45% 0.72% -
HSV(B) 261.9º 0.29% 0.85% -
XYZ 41.69 36.97 69.9 -
YUV 167.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 176 153 216 0.19 0.29 0 0.15 261.9 0.45 0.72
Hex B0 99 D8 13 1D 0 F 106 2D 48
Octal 260 231 330 23 35 0 17 406 55 110
Binary 10110000 10011001 11011000 10011 11101 0 1111 100000110 101101 1001000

Color Harmonies of #B099D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099D8

Black with #B099D8

Text Example


Text Example

White with #B099D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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