#AFBBE4

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

Shades of Perano #AFBBE4

Tints of Perano #AFBBE4

Color information

#AFBBE4 (or 0xAFBBE4) is unknown color: approx Perano. HEX triplet: AF, BB and E4. RGB value is (175,187,228). Sum of RGB (Red+Green+Blue) = 175+187+228=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFBBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBE4 is #50441B. Grayscale: #BBBBBB. Windows color (decimal): -5260316 or 14990255. OLE color: 14990255.

HSL color Cylindrical-coordinate representation of color #AFBBE4: hue angle of 226.42º degrees, saturation: 0.5, 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 #AFBBE4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175187228-
CMYK0.230.1800.11
HSL226.42º49.53%79.02%-
HSV(B)226.42º23.25%89.41%-
XYZ49.4550.2680.49-
YUV188.09150.52118.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 228 (89.45% from 255) = 38.64%
R=29.66%
G=31.69%
B=38.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751872280.230.1800.11226.4249.5379.02
HexAFBBE417120Be2324f
Octal257273344272201334262117
Binary101011111011101111100100101111001001011111000101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBE4; }

 p { color: rgb(175,187,228); }

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

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

 a { background-color: rgb(175,187,228); }

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

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

 span { border-color: rgb(175,187,228); }

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