#B1A9F2

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

Shades of Perano #B1A9F2

Tints of Perano #B1A9F2

Color information

#B1A9F2 (or 0xB1A9F2) is unknown color: approx Perano. HEX triplet: B1, A9 and F2. RGB value is (177,169,242). Sum of RGB (Red+Green+Blue) = 177+169+242=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1A9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A9F2 is #4E560D. Grayscale: #B3B3B3. Windows color (decimal): -5133838 or 15903153. OLE color: 15903153.

HSL color Cylindrical-coordinate representation of color #B1A9F2: hue angle of 246.58º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1A9F2 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177169242-
CMYK0.270.3000.05
HSL246.58º73.74%80.59%-
HSV(B)246.58º30.17%94.9%-
XYZ48.3544.1389.97-
YUV179.71163.15126.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 242 (94.92% from 255) = 41.16%
R=30.10%
G=28.74%
B=41.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771692420.270.3000.05246.5873.7480.59
HexB1A9F21B1E05f74a51
Octal261251362333605367112121
Binary101100011010100111110010110111111001011111011110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9F2; }

 p { color: rgb(177,169,242); }

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

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

 a { background-color: rgb(177,169,242); }

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

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

 span { border-color: rgb(177,169,242); }

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