#B097C9

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

Shades of Biloba Flower #B097C9

Tints of Biloba Flower #B097C9

Color information

#B097C9 (or 0xB097C9) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and C9. RGB value is (176,151,201). Sum of RGB (Red+Green+Blue) = 176+151+201=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #B097C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097C9 is #4F6836. Grayscale: #A4A4A4. Windows color (decimal): -5204023 or 13211568. OLE color: 13211568.

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

Color convert

RGB176151201-
CMYK0.120.2500.21
HSL270º31.65%69.02%-
HSV(B)270º24.88%78.82%-
XYZ39.5135.5860.04-
YUV164.18148.78136.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=33.33%
G=28.60%
B=38.07%

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
Decimal1761512010.120.2500.2127031.6569.02
HexB097C9C1901510e2045
Octal260227311143102541640105
Binary1011000010010111110010011100110010101011000011101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097C9; }

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

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

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

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

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

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

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

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