#B095DD

Color #B095DD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B095DD

Tints of Biloba Flower #B095DD

Color information

#B095DD (or 0xB095DD) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and DD. RGB value is (176,149,221). Sum of RGB (Red+Green+Blue) = 176+149+221=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B095DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095DD is #4F6A22. Grayscale: #A5A5A5. Windows color (decimal): -5204515 or 14521776. OLE color: 14521776.

HSL color Cylindrical-coordinate representation of color #B095DD: hue angle of 262.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B095DD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176149221-
CMYK0.200.3300.13
HSL262.5º51.43%72.55%-
HSV(B)262.5º32.58%86.67%-
XYZ41.735.9573.15-
YUV165.28159.45135.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=32.23%
G=27.29%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761492210.200.3300.13262.551.4372.55
HexB095DD14210D1063349
Octal260225335244101540663111
Binary10110000100101011101110110100100001011011000001101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095DD; }

 p { color: rgb(176,149,221); }

 H1.HeaderClassName
 {
   color: #B095DD;
 }
 .AnyTagClassName
 {
   color: #B095DD;
 }
</style>
background-color css

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

 a { background-color: rgb(176,149,221); }

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

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

 span { border-color: rgb(176,149,221); }

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