Html Css Color HEX #ABADEA Perano

📋 copy color: '#ABADEA'

red 171 ◦ green 173 ◦ blue 234

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

Shades of Perano #ABADEA

Tints of Perano #ABADEA

RGB

 RED value IS 171 (67.19% from 255) = 29.58%

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

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 29.58%
G = 29.93%
B = 40.48%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABADEA (or 0xABADEA) is known color: Perano. HEX triplet: AB, AD and EA. RGB value is (171,173,234). Sum of RGB (Red+Green+Blue) = 171+173+234=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADEA is #545215. Grayscale: #B3B3B3. Windows color (decimal): -5526038 or 15379883. OLE color: 15379883.

HSL color Cylindrical-coordinate representation of color #ABADEA: hue angle of 238.1º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABADEA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 173 234 -
CMYK 0.27 0.26 0 0.08
HSL 238.1º 0.6% 0.79% -
HSV(B) 238.1º 0.27% 0.92% -
XYZ 46.59 44.49 83.97 -
YUV 179.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 171 173 234 0.27 0.26 0 0.08 238.1 0.6 0.79
Hex AB AD EA 1B 1A 0 8 EE 3C 4F
Octal 253 255 352 33 32 0 10 356 74 117
Binary 10101011 10101101 11101010 11011 11010 0 1000 11101110 111100 1001111

Color Harmonies of #ABADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADEA

Black with #ABADEA

Text Example


Text Example

White with #ABADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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