#B0A2CF

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

Shades of Biloba Flower #B0A2CF

Tints of Biloba Flower #B0A2CF

Color information

#B0A2CF (or 0xB0A2CF) is unknown color: approx Biloba Flower. HEX triplet: B0, A2 and CF. RGB value is (176,162,207). Sum of RGB (Red+Green+Blue) = 176+162+207=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2CF is #4F5D30. Grayscale: #ABABAB. Windows color (decimal): -5201201 or 13607600. OLE color: 13607600.

HSL color Cylindrical-coordinate representation of color #B0A2CF: hue angle of 258.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A2CF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176162207-
CMYK0.150.2200.19
HSL258.67º31.91%72.35%-
HSV(B)258.67º21.74%81.18%-
XYZ42.0939.5864.45-
YUV171.32148.14131.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=32.29%
G=29.72%
B=37.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761622070.150.2200.19258.6731.9172.35
HexB0A2CFF160131032048
Octal260242317172602340340110
Binary1011000010100010110011111111101100100111000000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A2CF; }

 p { color: rgb(176,162,207); }

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

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

 a { background-color: rgb(176,162,207); }

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

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

 span { border-color: rgb(176,162,207); }

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