#AFBCFC

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

Shades of Perano #AFBCFC

Tints of Perano #AFBCFC

Color information

#AFBCFC (or 0xAFBCFC) is unknown color: approx Perano. HEX triplet: AF, BC and FC. RGB value is (175,188,252). Sum of RGB (Red+Green+Blue) = 175+188+252=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFBCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBCFC is #504303. Grayscale: #BFBFBF. Windows color (decimal): -5260036 or 16563375. OLE color: 16563375.

HSL color Cylindrical-coordinate representation of color #AFBCFC: hue angle of 229.87º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBCFC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175188252-
CMYK0.310.2500.01
HSL229.87º92.77%83.73%-
HSV(B)229.87º30.56%98.82%-
XYZ53.2352.1199.35-
YUV191.41162.19116.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=28.46%
G=30.57%
B=40.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751882520.310.2500.01229.8792.7783.73
HexAFBCFC1F1901e65d54
Octal257274374373101346135124
Binary1010111110111100111111001111111001011110011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCFC; }

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

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

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

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

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

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

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

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