#A0BBF3

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

Shades of Perano #A0BBF3

Tints of Perano #A0BBF3

Color information

#A0BBF3 (or 0xA0BBF3) is unknown color: approx Perano. HEX triplet: A0, BB and F3. RGB value is (160,187,243). Sum of RGB (Red+Green+Blue) = 160+187+243=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBF3 is #5F440C. Grayscale: #B9B9B9. Windows color (decimal): -6243341 or 15973280. OLE color: 15973280.

HSL color Cylindrical-coordinate representation of color #A0BBF3: hue angle of 220.48º degrees, saturation: 0.78, 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 #A0BBF3 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160187243-
CMYK0.340.2300.05
HSL220.48º77.57%79.02%-
HSV(B)220.48º34.16%95.29%-
XYZ48.4549.4991.79-
YUV185.31160.55109.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.12%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 243 (95.31% from 255) = 41.19%
R=27.12%
G=31.69%
B=41.19%

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
Decimal1601872430.340.2300.05220.4877.5779.02
HexA0BBF3221705dc4e4f
Octal240273363422705334116117
Binary1010000010111011111100111000101011101011101110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBF3; }

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

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

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

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

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

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

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

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