#AFBCDF

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

Shades of Perano #AFBCDF

Tints of Perano #AFBCDF

Color information

#AFBCDF (or 0xAFBCDF) is unknown color: approx Perano. HEX triplet: AF, BC and DF. RGB value is (175,188,223). Sum of RGB (Red+Green+Blue) = 175+188+223=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCDF is #504320. Grayscale: #BBBBBB. Windows color (decimal): -5260065 or 14662831. OLE color: 14662831.

HSL color Cylindrical-coordinate representation of color #AFBCDF: hue angle of 223.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBCDF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175188223-
CMYK0.220.1600.13
HSL223.75º42.86%78.04%-
HSV(B)223.75º21.52%87.45%-
XYZ48.9850.4176.96-
YUV188.1147.69118.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=29.86%
G=32.08%
B=38.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751882230.220.1600.13223.7542.8678.04
HexAFBCDF16100De02b4e
Octal257274337262001534053116
Binary101011111011110011011111101101000001101111000001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCDF; }

 p { color: rgb(175,188,223); }

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

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

 a { background-color: rgb(175,188,223); }

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

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

 span { border-color: rgb(175,188,223); }

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