#AFBCFB

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

Shades of Perano #AFBCFB

Tints of Perano #AFBCFB

Color information

#AFBCFB (or 0xAFBCFB) is unknown color: approx Perano. HEX triplet: AF, BC and FB. RGB value is (175,188,251). Sum of RGB (Red+Green+Blue) = 175+188+251=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFBCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBCFB is #504304. Grayscale: #BFBFBF. Windows color (decimal): -5260037 or 16497839. OLE color: 16497839.

HSL color Cylindrical-coordinate representation of color #AFBCFB: hue angle of 229.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFBCFB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175188251-
CMYK0.300.2500.02
HSL229.74º90.48%83.53%-
HSV(B)229.74º30.28%98.43%-
XYZ53.0852.0598.52-
YUV191.3161.69116.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=28.50%
G=30.62%
B=40.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751882510.300.2500.02229.7490.4883.53
HexAFBCFB1E1902e65a54
Octal257274373363102346132124
Binary10101111101111001111101111110110010101110011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCFB; }

 p { color: rgb(175,188,251); }

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

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

 a { background-color: rgb(175,188,251); }

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

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

 span { border-color: rgb(175,188,251); }

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