#ADBCF3

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

Shades of Perano #ADBCF3

Tints of Perano #ADBCF3

Color information

#ADBCF3 (or 0xADBCF3) is unknown color: approx Perano. HEX triplet: AD, BC and F3. RGB value is (173,188,243). Sum of RGB (Red+Green+Blue) = 173+188+243=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADBCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCF3 is #52430C. Grayscale: #BDBDBD. Windows color (decimal): -5391117 or 15973549. OLE color: 15973549.

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

Color convert

RGB173188243-
CMYK0.290.2300.05
HSL227.14º74.47%81.57%-
HSV(B)227.14º28.81%95.29%-
XYZ51.3951.3291.99-
YUV189.78158.03116.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=28.64%
G=31.13%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731882430.290.2300.05227.1474.4781.57
HexADBCF31D1705e34a52
Octal255274363352705343112122
Binary101011011011110011110011111011011101011110001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCF3; }

 p { color: rgb(173,188,243); }

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

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

 a { background-color: rgb(173,188,243); }

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

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

 span { border-color: rgb(173,188,243); }

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