#B097CA

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

Shades of Biloba Flower #B097CA

Tints of Biloba Flower #B097CA

Color information

#B097CA (or 0xB097CA) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and CA. RGB value is (176,151,202). Sum of RGB (Red+Green+Blue) = 176+151+202=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #B097CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097CA is #4F6835. Grayscale: #A4A4A4. Windows color (decimal): -5204022 or 13277104. OLE color: 13277104.

HSL color Cylindrical-coordinate representation of color #B097CA: hue angle of 269.41º 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 #B097CA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176151202-
CMYK0.130.2500.21
HSL269.41º32.48%69.22%-
HSV(B)269.41º25.25%79.22%-
XYZ39.6335.6360.67-
YUV164.29149.28136.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=33.27%
G=28.54%
B=38.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761512020.130.2500.21269.4132.4869.22
HexB097CAD1901510d2045
Octal260227312153102541540105
Binary1011000010010111110010101101110010101011000011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097CA; }

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

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

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

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

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

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

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

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