Html Css Color HEX #ADBAE6 Perano

📋 copy color: '#ADBAE6'

red 173 ◦ green 186 ◦ blue 230

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

Shades of Perano #ADBAE6

Tints of Perano #ADBAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.58%

 BLUE value IS 230 (90.23% from 255) = 39.05%

R = 29.37%
G = 31.58%
B = 39.05%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADBAE6 (or 0xADBAE6) is known color: Perano. HEX triplet: AD, BA and E6. RGB value is (173,186,230). Sum of RGB (Red+Green+Blue) = 173+186+230=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADBAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAE6 is #524519. Grayscale: #BABABA. Windows color (decimal): -5391642 or 15121069. OLE color: 15121069.

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

Color convert

RGB 173 186 230 -
CMYK 0.25 0.19 0 0.10
HSL 226.32º 0.53% 0.79% -
HSV(B) 226.32º 0.25% 0.9% -
XYZ 49.08 49.72 81.87 -
YUV 187.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 173 186 230 0.25 0.19 0 0.10 226.32 0.53 0.79
Hex AD BA E6 19 13 0 A E2 35 4F
Octal 255 272 346 31 23 0 12 342 65 117
Binary 10101101 10111010 11100110 11001 10011 0 1010 11100010 110101 1001111

Color Harmonies of #ADBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAE6

Black with #ADBAE6

Text Example


Text Example

White with #ADBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAE6; }

 p { color: rgb(173,186,230); }

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

background-color css

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

 a { background-color: rgb(173,186,230); }

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

border-color css

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

 span { border-color: rgb(173,186,230); }

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