#B2A7C9

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

Shades of Biloba Flower #B2A7C9

Tints of Biloba Flower #B2A7C9

Color information

#B2A7C9 (or 0xB2A7C9) is unknown color: approx Biloba Flower. HEX triplet: B2, A7 and C9. RGB value is (178,167,201). Sum of RGB (Red+Green+Blue) = 178+167+201=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2A7C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7C9 is #4D5836. Grayscale: #AEAEAE. Windows color (decimal): -5068855 or 13215666. OLE color: 13215666.

HSL color Cylindrical-coordinate representation of color #B2A7C9: hue angle of 259.41º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2A7C9 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178167201-
CMYK0.110.1700.21
HSL259.41º23.94%72.16%-
HSV(B)259.41º16.92%78.82%-
XYZ42.7241.3260.98-
YUV174.17143.14130.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=32.60%
G=30.59%
B=36.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781672010.110.1700.21259.4123.9472.16
HexB2A7C9B110151031848
Octal262247311132102540330110
Binary101100101010011111001001101110001010101100000011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7C9; }

 p { color: rgb(178,167,201); }

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

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

 a { background-color: rgb(178,167,201); }

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

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

 span { border-color: rgb(178,167,201); }

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