#A1BBF3

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

Shades of Perano #A1BBF3

Tints of Perano #A1BBF3

Color information

#A1BBF3 (or 0xA1BBF3) is unknown color: approx Perano. HEX triplet: A1, BB and F3. RGB value is (161,187,243). Sum of RGB (Red+Green+Blue) = 161+187+243=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBF3 is #5E440C. Grayscale: #B9B9B9. Windows color (decimal): -6177805 or 15973281. OLE color: 15973281.

HSL color Cylindrical-coordinate representation of color #A1BBF3: hue angle of 220.98º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1BBF3 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161187243-
CMYK0.340.2300.05
HSL220.98º77.36%79.22%-
HSV(B)220.98º33.74%95.29%-
XYZ48.6549.5991.8-
YUV185.61160.39110.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=27.24%
G=31.64%
B=41.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611872430.340.2300.05220.9877.3679.22
HexA1BBF3221705dd4d4f
Octal241273363422705335115117
Binary1010000110111011111100111000101011101011101110110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBF3; }

 p { color: rgb(161,187,243); }

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

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

 a { background-color: rgb(161,187,243); }

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

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

 span { border-color: rgb(161,187,243); }

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