Html Css Color HEX #ADB6EA Perano

📋 copy color: '#ADB6EA'

red 173 ◦ green 182 ◦ blue 234

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

Shades of Perano #ADB6EA

Tints of Perano #ADB6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.9%

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

R = 29.37%
G = 30.9%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADB6EA (or 0xADB6EA) is known color: Perano. HEX triplet: AD, B6 and EA. RGB value is (173,182,234). Sum of RGB (Red+Green+Blue) = 173+182+234=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6EA is #524915. Grayscale: #B9B9B9. Windows color (decimal): -5392662 or 15382189. OLE color: 15382189.

HSL color Cylindrical-coordinate representation of color #ADB6EA: hue angle of 231.15º 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 #ADB6EA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 182 234 -
CMYK 0.26 0.22 0 0.08
HSL 231.15º 0.59% 0.8% -
HSV(B) 231.15º 0.26% 0.92% -
XYZ 48.81 48.28 84.59 -
YUV 185.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 173 182 234 0.26 0.22 0 0.08 231.15 0.59 0.8
Hex AD B6 EA 1A 16 0 8 E7 3B 50
Octal 255 266 352 32 26 0 10 347 73 120
Binary 10101101 10110110 11101010 11010 10110 0 1000 11100111 111011 1010000

Color Harmonies of #ADB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6EA

Black with #ADB6EA

Text Example


Text Example

White with #ADB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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