Html Css Color HEX #ADABEF Perano

📋 copy color: '#ADABEF'

red 173 ◦ green 171 ◦ blue 239

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

Shades of Perano #ADABEF

Tints of Perano #ADABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 29.67%
G = 29.33%
B = 40.99%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADABEF (or 0xADABEF) is known color: Perano. HEX triplet: AD, AB and EF. RGB value is (173,171,239). Sum of RGB (Red+Green+Blue) = 173+171+239=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABEF is #525410. Grayscale: #B3B3B3. Windows color (decimal): -5395473 or 15707053. OLE color: 15707053.

HSL color Cylindrical-coordinate representation of color #ADABEF: hue angle of 241.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADABEF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 171 239 -
CMYK 0.28 0.28 0 0.06
HSL 241.76º 0.68% 0.8% -
HSV(B) 241.76º 0.28% 0.94% -
XYZ 47.38 44.24 87.7 -
YUV 179.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 173 171 239 0.28 0.28 0 0.06 241.76 0.68 0.8
Hex AD AB EF 1C 1C 0 6 F2 44 50
Octal 255 253 357 34 34 0 6 362 104 120
Binary 10101101 10101011 11101111 11100 11100 0 110 11110010 1000100 1010000

Color Harmonies of #ADABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABEF

Black with #ADABEF

Text Example


Text Example

White with #ADABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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