#B0A6DC

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

Shades of Biloba Flower #B0A6DC

Tints of Biloba Flower #B0A6DC

Color information

#B0A6DC (or 0xB0A6DC) is unknown color: approx Biloba Flower. HEX triplet: B0, A6 and DC. RGB value is (176,166,220). Sum of RGB (Red+Green+Blue) = 176+166+220=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6DC is #4F5923. Grayscale: #AEAEAE. Windows color (decimal): -5200164 or 14460592. OLE color: 14460592.

HSL color Cylindrical-coordinate representation of color #B0A6DC: hue angle of 251.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0A6DC is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176166220-
CMYK0.20.2500.14
HSL251.11º43.55%75.69%-
HSV(B)251.11º24.55%86.27%-
XYZ44.4641.6773.41-
YUV175.15153.31128.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=31.32%
G=29.54%
B=39.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761662200.20.2500.14251.1143.5575.69
HexB0A6DC14190Efb2c4c
Octal260246334243101637354114
Binary101100001010011011011100101001100101110111110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A6DC; }

 p { color: rgb(176,166,220); }

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

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

 a { background-color: rgb(176,166,220); }

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

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

 span { border-color: rgb(176,166,220); }

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