Html Css Color HEX #ADC2FA Perano

📋 copy color: '#ADC2FA'

red 173 ◦ green 194 ◦ blue 250

#ADC2FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ADC2FA

Tints of Perano #ADC2FA

RGB

 RED value IS 173 (67.97% from 255) = 28.04%

 GREEN value IS 194 (76.17% from 255) = 31.44%

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 28.04%
G = 31.44%
B = 40.52%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADC2FA (or 0xADC2FA) is known color: Perano. HEX triplet: AD, C2 and FA. RGB value is (173,194,250). Sum of RGB (Red+Green+Blue) = 173+194+250=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2FA is #523D05. Grayscale: #C1C1C1. Windows color (decimal): -5389574 or 16433837. OLE color: 16433837.

HSL color Cylindrical-coordinate representation of color #ADC2FA: hue angle of 223.64º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC2FA is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 194 250 -
CMYK 0.31 0.22 0 0.02
HSL 223.64º 0.89% 0.83% -
HSV(B) 223.64º 0.31% 0.98% -
XYZ 53.78 54.37 98.1 -
YUV 194.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 173 194 250 0.31 0.22 0 0.02 223.64 0.89 0.83
Hex AD C2 FA 1F 16 0 2 E0 59 53
Octal 255 302 372 37 26 0 2 340 131 123
Binary 10101101 11000010 11111010 11111 10110 0 10 11100000 1011001 1010011

Color Harmonies of #ADC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2FA

Black with #ADC2FA

Text Example


Text Example

White with #ADC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2FA; }

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

 H1.HeaderClassName
 {
   color: #ADC2FA;
 }
 .AnyTagClassName
 {
   color: #ADC2FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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