#ADC2FF

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

Shades of Perano #ADC2FF

Tints of Perano #ADC2FF

Color information

#ADC2FF (or 0xADC2FF) is unknown color: approx Perano. HEX triplet: AD, C2 and FF. RGB value is (173,194,255). Sum of RGB (Red+Green+Blue) = 173+194+255=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2FF is #523D00. Grayscale: #C2C2C2. Windows color (decimal): -5389569 or 16761517. OLE color: 16761517.

HSL color Cylindrical-coordinate representation of color #ADC2FF: hue angle of 224.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC2FF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173194255-
CMYK0.320.2400
HSL224.63º100%83.92%-
HSV(B)224.63º32.16%100%-
XYZ54.5854.69102.29-
YUV194.68162.04112.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 255 (100% from 255) = 41.00%
R=27.81%
G=31.19%
B=41.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731942550.320.2400224.6310083.92
HexADC2FF201800e16454
Octal255302377403000341144124
Binary10101101110000101111111110000011000001110000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2FF; }

 p { color: rgb(173,194,255); }

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

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

 a { background-color: rgb(173,194,255); }

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

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

 span { border-color: rgb(173,194,255); }

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