#B2A7E0

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

Shades of Biloba Flower #B2A7E0

Tints of Biloba Flower #B2A7E0

Color information

#B2A7E0 (or 0xB2A7E0) is unknown color: approx Biloba Flower. HEX triplet: B2, A7 and E0. RGB value is (178,167,224). Sum of RGB (Red+Green+Blue) = 178+167+224=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #B2A7E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7E0 is #4D581F. Grayscale: #B0B0B0. Windows color (decimal): -5068832 or 14722994. OLE color: 14722994.

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

Color convert

RGB178167224-
CMYK0.210.2500.12
HSL251.58º47.9%76.67%-
HSV(B)251.58º25.45%87.84%-
XYZ45.6342.4876.32-
YUV176.79154.64128.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=31.28%
G=29.35%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781672240.210.2500.12251.5847.976.67
HexB2A7E015190Cfc304d
Octal262247340253101437460115
Binary101100101010011111100000101011100101100111111001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7E0; }

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

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

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

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

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

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

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

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