#B0A4E4

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

Shades of Biloba Flower #B0A4E4

Tints of Biloba Flower #B0A4E4

Color information

#B0A4E4 (or 0xB0A4E4) is unknown color: approx Biloba Flower. HEX triplet: B0, A4 and E4. RGB value is (176,164,228). Sum of RGB (Red+Green+Blue) = 176+164+228=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #B0A4E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A4E4 is #4F5B1B. Grayscale: #AEAEAE. Windows color (decimal): -5200668 or 14984368. OLE color: 14984368.

HSL color Cylindrical-coordinate representation of color #B0A4E4: hue angle of 251.25º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0A4E4 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176164228-
CMYK0.230.2800.11
HSL251.25º54.24%76.86%-
HSV(B)251.25º28.07%89.41%-
XYZ45.1841.3879-
YUV174.88157.98128.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 164 (64.45% from 255) = 28.87%
BLUE value IS 228 (89.45% from 255) = 40.14%
R=30.99%
G=28.87%
B=40.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1761642280.230.2800.11251.2554.2476.86
HexB0A4E4171C0Bfb364d
Octal260244344273401337366115
Binary101100001010010011100100101111110001011111110111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A4E4; }

 p { color: rgb(176,164,228); }

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

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

 a { background-color: rgb(176,164,228); }

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

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

 span { border-color: rgb(176,164,228); }

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