Html Css Color HEX #ADABE5 Perano

📋 copy color: '#ADABE5'

red 173 ◦ green 171 ◦ blue 229

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

Shades of Perano #ADABE5

Tints of Perano #ADABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 30.19%
G = 29.84%
B = 39.97%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADABE5 (or 0xADABE5) is known color: Perano. HEX triplet: AD, AB and E5. RGB value is (173,171,229). Sum of RGB (Red+Green+Blue) = 173+171+229=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABE5 is #52541A. Grayscale: #B1B1B1. Windows color (decimal): -5395483 or 15051693. OLE color: 15051693.

HSL color Cylindrical-coordinate representation of color #ADABE5: hue angle of 242.07º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADABE5 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 171 229 -
CMYK 0.24 0.25 0 0.10
HSL 242.07º 0.53% 0.78% -
HSV(B) 242.07º 0.25% 0.9% -
XYZ 45.94 43.67 80.14 -
YUV 178.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 173 171 229 0.24 0.25 0 0.10 242.07 0.53 0.78
Hex AD AB E5 18 19 0 A F2 35 4E
Octal 255 253 345 30 31 0 12 362 65 116
Binary 10101101 10101011 11100101 11000 11001 0 1010 11110010 110101 1001110

Color Harmonies of #ADABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABE5

Black with #ADABE5

Text Example


Text Example

White with #ADABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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