Html Css Color HEX #ADABF2 Perano

📋 copy color: '#ADABF2'

red 173 ◦ green 171 ◦ blue 242

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

Shades of Perano #ADABF2

Tints of Perano #ADABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.18%

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

R = 29.52%
G = 29.18%
B = 41.3%

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

#ADABF2 (or 0xADABF2) is known color: Perano. HEX triplet: AD, AB and F2. RGB value is (173,171,242). Sum of RGB (Red+Green+Blue) = 173+171+242=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABF2 is #52540D. Grayscale: #B3B3B3. Windows color (decimal): -5395470 or 15903661. OLE color: 15903661.

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

Color convert

RGB 173 171 242 -
CMYK 0.29 0.29 0 0.05
HSL 241.69º 0.73% 0.81% -
HSV(B) 241.69º 0.29% 0.95% -
XYZ 47.82 44.42 90.06 -
YUV 179.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 173 171 242 0.29 0.29 0 0.05 241.69 0.73 0.81
Hex AD AB F2 1D 1D 0 5 F2 49 51
Octal 255 253 362 35 35 0 5 362 111 121
Binary 10101101 10101011 11110010 11101 11101 0 101 11110010 1001001 1010001

Color Harmonies of #ADABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABF2

Black with #ADABF2

Text Example


Text Example

White with #ADABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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