#AFBDEF

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

Shades of Perano #AFBDEF

Tints of Perano #AFBDEF

Color information

#AFBDEF (or 0xAFBDEF) is unknown color: approx Perano. HEX triplet: AF, BD and EF. RGB value is (175,189,239). Sum of RGB (Red+Green+Blue) = 175+189+239=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDEF is #504210. Grayscale: #BEBEBE. Windows color (decimal): -5259793 or 15711663. OLE color: 15711663.

HSL color Cylindrical-coordinate representation of color #AFBDEF: hue angle of 226.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFBDEF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175189239-
CMYK0.270.2100.06
HSL226.88º66.67%81.18%-
HSV(B)226.88º26.78%93.73%-
XYZ51.4651.7488.94-
YUV190.51155.36116.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=29.02%
G=31.34%
B=39.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751892390.270.2100.06226.8866.6781.18
HexAFBDEF1B1506e34351
Octal257275357332506343103121
Binary101011111011110111101111110111010101101110001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDEF; }

 p { color: rgb(175,189,239); }

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

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

 a { background-color: rgb(175,189,239); }

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

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

 span { border-color: rgb(175,189,239); }

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