#AFBDE3

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

Shades of Perano #AFBDE3

Tints of Perano #AFBDE3

Color information

#AFBDE3 (or 0xAFBDE3) is unknown color: approx Perano. HEX triplet: AF, BD and E3. RGB value is (175,189,227). Sum of RGB (Red+Green+Blue) = 175+189+227=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFBDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDE3 is #50421C. Grayscale: #BCBCBC. Windows color (decimal): -5259805 or 14925231. OLE color: 14925231.

HSL color Cylindrical-coordinate representation of color #AFBDE3: hue angle of 223.85º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFBDE3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175189227-
CMYK0.230.1700.11
HSL223.85º48.15%78.82%-
HSV(B)223.85º22.91%89.02%-
XYZ49.7451.0679.91-
YUV189.15149.36117.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 227 (89.06% from 255) = 38.41%
R=29.61%
G=31.98%
B=38.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751892270.230.1700.11223.8548.1578.82
HexAFBDE317110Be0304f
Octal257275343272101334060117
Binary101011111011110111100011101111000101011111000001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDE3; }

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

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

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

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

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

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

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

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