Html Css Color HEX #ADAFF2 Perano

📋 copy color: '#ADAFF2'

red 173 ◦ green 175 ◦ blue 242

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

Shades of Perano #ADAFF2

Tints of Perano #ADAFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.66%

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

R = 29.32%
G = 29.66%
B = 41.02%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADAFF2 (or 0xADAFF2) is known color: Perano. HEX triplet: AD, AF and F2. RGB value is (173,175,242). Sum of RGB (Red+Green+Blue) = 173+175+242=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF2 is #52500D. Grayscale: #B5B5B5. Windows color (decimal): -5394446 or 15904685. OLE color: 15904685.

HSL color Cylindrical-coordinate representation of color #ADAFF2: hue angle of 238.26º 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 #ADAFF2 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 175 242 -
CMYK 0.29 0.28 0 0.05
HSL 238.26º 0.73% 0.81% -
HSV(B) 238.26º 0.29% 0.95% -
XYZ 48.59 45.95 90.31 -
YUV 182.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 173 175 242 0.29 0.28 0 0.05 238.26 0.73 0.81
Hex AD AF F2 1D 1C 0 5 EE 49 51
Octal 255 257 362 35 34 0 5 356 111 121
Binary 10101101 10101111 11110010 11101 11100 0 101 11101110 1001001 1010001

Color Harmonies of #ADAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFF2

Black with #ADAFF2

Text Example


Text Example

White with #ADAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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