Html Css Color HEX #ADC0FF Perano

📋 copy color: '#ADC0FF'

red 173 ◦ green 192 ◦ blue 255

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

Shades of Perano #ADC0FF

Tints of Perano #ADC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.97%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 27.9%
G = 30.97%
B = 41.13%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADC0FF (or 0xADC0FF) is known color: Perano. HEX triplet: AD, C0 and FF. RGB value is (173,192,255). Sum of RGB (Red+Green+Blue) = 173+192+255=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0FF is #523F00. Grayscale: #C1C1C1. Windows color (decimal): -5390081 or 16761005. OLE color: 16761005.

HSL color Cylindrical-coordinate representation of color #ADC0FF: hue angle of 226.1º 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 #ADC0FF is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 192 255 -
CMYK 0.32 0.25 0 0
HSL 226.1º 1% 0.84% -
HSV(B) 226.1º 0.32% 1% -
XYZ 54.13 53.8 102.14 -
YUV 193.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 173 192 255 0.32 0.25 0 0 226.1 1 0.84
Hex AD C0 FF 20 19 0 0 E2 64 54
Octal 255 300 377 40 31 0 0 342 144 124
Binary 10101101 11000000 11111111 100000 11001 0 0 11100010 1100100 1010100

Color Harmonies of #ADC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0FF

Black with #ADC0FF

Text Example


Text Example

White with #ADC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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