#B096CA

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

Shades of Biloba Flower #B096CA

Tints of Biloba Flower #B096CA

Color information

#B096CA (or 0xB096CA) is unknown color: approx Biloba Flower. HEX triplet: B0, 96 and CA. RGB value is (176,150,202). Sum of RGB (Red+Green+Blue) = 176+150+202=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B096CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096CA is #4F6935. Grayscale: #A3A3A3. Windows color (decimal): -5204278 or 13276848. OLE color: 13276848.

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

Color convert

RGB176150202-
CMYK0.130.2600.21
HSL270º32.91%69.02%-
HSV(B)270º25.74%79.22%-
XYZ39.4735.3160.61-
YUV163.7149.61136.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=33.33%
G=28.41%
B=38.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761502020.130.2600.2127032.9169.02
HexB096CAD1A01510e2145
Octal260226312153202541641105
Binary1011000010010110110010101101110100101011000011101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096CA; }

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

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

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

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

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

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

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

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