Html Css Color HEX #ADBAEA Perano

📋 copy color: '#ADBAEA'

red 173 ◦ green 186 ◦ blue 234

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

Shades of Perano #ADBAEA

Tints of Perano #ADBAEA

RGB

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

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

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

R = 29.17%
G = 31.37%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADBAEA (or 0xADBAEA) is known color: Perano. HEX triplet: AD, BA and EA. RGB value is (173,186,234). Sum of RGB (Red+Green+Blue) = 173+186+234=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAEA is #524515. Grayscale: #BBBBBB. Windows color (decimal): -5391638 or 15383213. OLE color: 15383213.

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

Color convert

RGB 173 186 234 -
CMYK 0.26 0.21 0 0.08
HSL 227.21º 0.59% 0.8% -
HSV(B) 227.21º 0.26% 0.92% -
XYZ 49.64 49.94 84.87 -
YUV 187.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 173 186 234 0.26 0.21 0 0.08 227.21 0.59 0.8
Hex AD BA EA 1A 15 0 8 E3 3B 50
Octal 255 272 352 32 25 0 10 343 73 120
Binary 10101101 10111010 11101010 11010 10101 0 1000 11100011 111011 1010000

Color Harmonies of #ADBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAEA

Black with #ADBAEA

Text Example


Text Example

White with #ADBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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