#AFB2DE

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

Shades of Perano #AFB2DE

Tints of Perano #AFB2DE

Color information

#AFB2DE (or 0xAFB2DE) is unknown color: approx Perano. HEX triplet: AF, B2 and DE. RGB value is (175,178,222). Sum of RGB (Red+Green+Blue) = 175+178+222=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFB2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2DE is #504D21. Grayscale: #B5B5B5. Windows color (decimal): -5262626 or 14594735. OLE color: 14594735.

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

Color convert

RGB175178222-
CMYK0.210.2000.13
HSL236.17º41.59%77.84%-
HSV(B)236.17º21.17%87.06%-
XYZ46.7846.2375.56-
YUV182.12150.51122.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=30.43%
G=30.96%
B=38.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751782220.210.2000.13236.1741.5977.84
HexAFB2DE15140Dec2a4e
Octal257262336252401535452116
Binary101011111011001011011110101011010001101111011001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2DE; }

 p { color: rgb(175,178,222); }

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

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

 a { background-color: rgb(175,178,222); }

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

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

 span { border-color: rgb(175,178,222); }

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