#AFBDF4

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

Shades of Perano #AFBDF4

Tints of Perano #AFBDF4

Color information

#AFBDF4 (or 0xAFBDF4) is unknown color: approx Perano. HEX triplet: AF, BD and F4. RGB value is (175,189,244). Sum of RGB (Red+Green+Blue) = 175+189+244=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFBDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDF4 is #50420B. Grayscale: #BEBEBE. Windows color (decimal): -5259788 or 16039343. OLE color: 16039343.

HSL color Cylindrical-coordinate representation of color #AFBDF4: hue angle of 227.83º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBDF4 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175189244-
CMYK0.280.2300.04
HSL227.83º75.82%82.16%-
HSV(B)227.83º28.28%95.69%-
XYZ52.2152.0492.88-
YUV191.08157.86116.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 244 (95.70% from 255) = 40.13%
R=28.78%
G=31.09%
B=40.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751892440.280.2300.04227.8375.8282.16
HexAFBDF41C1704e44c52
Octal257275364342704344114122
Binary101011111011110111110100111001011101001110010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDF4; }

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

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

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

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

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

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

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

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