Html Css Color HEX #ADADF2 Perano

📋 copy color: '#ADADF2'

red 173 ◦ green 173 ◦ blue 242

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

Shades of Perano #ADADF2

Tints of Perano #ADADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.42%

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 29.42%
G = 29.42%
B = 41.16%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADADF2 (or 0xADADF2) is known color: Perano. HEX triplet: AD, AD and F2. RGB value is (173,173,242). Sum of RGB (Red+Green+Blue) = 173+173+242=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADF2 is #52520D. Grayscale: #B4B4B4. Windows color (decimal): -5394958 or 15904173. OLE color: 15904173.

HSL color Cylindrical-coordinate representation of color #ADADF2: hue angle of 240º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADADF2 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 173 242 -
CMYK 0.29 0.29 0 0.05
HSL 240º 0.73% 0.81% -
HSV(B) 240º 0.29% 0.95% -
XYZ 48.2 45.18 90.18 -
YUV 180.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 173 173 242 0.29 0.29 0 0.05 240 0.73 0.81
Hex AD AD F2 1D 1D 0 5 F0 49 51
Octal 255 255 362 35 35 0 5 360 111 121
Binary 10101101 10101101 11110010 11101 11101 0 101 11110000 1001001 1010001

Color Harmonies of #ADADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADF2

Black with #ADADF2

Text Example


Text Example

White with #ADADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADF2; }

 p { color: rgb(173,173,242); }

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

background-color css

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

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

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

border-color css

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

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

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