#B096C9

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

Shades of Biloba Flower #B096C9

Tints of Biloba Flower #B096C9

Color information

#B096C9 (or 0xB096C9) is unknown color: approx Biloba Flower. HEX triplet: B0, 96 and C9. RGB value is (176,150,201). Sum of RGB (Red+Green+Blue) = 176+150+201=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #B096C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096C9 is #4F6936. Grayscale: #A3A3A3. Windows color (decimal): -5204279 or 13211312. OLE color: 13211312.

HSL color Cylindrical-coordinate representation of color #B096C9: hue angle of 270.59º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B096C9 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176150201-
CMYK0.120.2500.21
HSL270.59º32.08%68.82%-
HSV(B)270.59º25.37%78.82%-
XYZ39.3535.2659.99-
YUV163.59149.11136.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=33.40%
G=28.46%
B=38.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761502010.120.2500.21270.5932.0868.82
HexB096C9C1901510f2045
Octal260226311143102541740105
Binary1011000010010110110010011100110010101011000011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096C9; }

 p { color: rgb(176,150,201); }

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

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

 a { background-color: rgb(176,150,201); }

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

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

 span { border-color: rgb(176,150,201); }

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