Html Css Color HEX #B099DF Biloba Flower

📋 copy color: '#B099DF'

red 176 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #B099DF

Tints of Biloba Flower #B099DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 31.88%
G = 27.72%
B = 40.4%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B099DF (or 0xB099DF) is known color: Biloba Flower. HEX triplet: B0, 99 and DF. RGB value is (176,153,223). Sum of RGB (Red+Green+Blue) = 176+153+223=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #B099DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099DF is #4F6620. Grayscale: #A7A7A7. Windows color (decimal): -5203489 or 14653872. OLE color: 14653872.

HSL color Cylindrical-coordinate representation of color #B099DF: hue angle of 259.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B099DF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 153 223 -
CMYK 0.21 0.31 0 0.13
HSL 259.71º 0.52% 0.74% -
HSV(B) 259.71º 0.31% 0.87% -
XYZ 42.62 37.34 74.77 -
YUV 167.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 176 153 223 0.21 0.31 0 0.13 259.71 0.52 0.74
Hex B0 99 DF 15 1F 0 D 104 34 4A
Octal 260 231 337 25 37 0 15 404 64 112
Binary 10110000 10011001 11011111 10101 11111 0 1101 100000100 110100 1001010

Color Harmonies of #B099DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099DF

Black with #B099DF

Text Example


Text Example

White with #B099DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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