#B1A2EB

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

Shades of Biloba Flower #B1A2EB

Tints of Biloba Flower #B1A2EB

Color information

#B1A2EB (or 0xB1A2EB) is unknown color: approx Biloba Flower. HEX triplet: B1, A2 and EB. RGB value is (177,162,235). Sum of RGB (Red+Green+Blue) = 177+162+235=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A2EB is #4E5D14. Grayscale: #AEAEAE. Windows color (decimal): -5135637 or 15442609. OLE color: 15442609.

HSL color Cylindrical-coordinate representation of color #B1A2EB: hue angle of 252.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1A2EB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177162235-
CMYK0.250.3100.08
HSL252.33º64.6%77.84%-
HSV(B)252.33º31.06%92.16%-
XYZ46.0541.1984.12-
YUV174.81161.97129.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 162 (63.67% from 255) = 28.22%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=30.84%
G=28.22%
B=40.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771622350.250.3100.08252.3364.677.84
HexB1A2EB191F08fc414e
Octal2612423533137010374101116
Binary1011000110100010111010111100111111010001111110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A2EB; }

 p { color: rgb(177,162,235); }

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

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

 a { background-color: rgb(177,162,235); }

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

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

 span { border-color: rgb(177,162,235); }

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