#B095DC

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

Shades of Biloba Flower #B095DC

Tints of Biloba Flower #B095DC

Color information

#B095DC (or 0xB095DC) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and DC. RGB value is (176,149,220). Sum of RGB (Red+Green+Blue) = 176+149+220=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B095DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095DC is #4F6A23. Grayscale: #A4A4A4. Windows color (decimal): -5204516 or 14456240. OLE color: 14456240.

HSL color Cylindrical-coordinate representation of color #B095DC: hue angle of 262.82º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B095DC is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176149220-
CMYK0.20.3200.14
HSL262.82º50.35%72.35%-
HSV(B)262.82º32.27%86.27%-
XYZ41.5735.8972.45-
YUV165.17158.95135.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=32.29%
G=27.34%
B=40.37%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761492200.20.3200.14262.8250.3572.35
HexB095DC14200E1073248
Octal260225334244001640762110
Binary10110000100101011101110010100100000011101000001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095DC; }

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

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

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

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

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

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

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

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