Html Css Color HEX #ADB6EC Perano

📋 copy color: '#ADB6EC'

red 173 ◦ green 182 ◦ blue 236

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

Shades of Perano #ADB6EC

Tints of Perano #ADB6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 29.27%
G = 30.8%
B = 39.93%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB6EC (or 0xADB6EC) is known color: Perano. HEX triplet: AD, B6 and EC. RGB value is (173,182,236). Sum of RGB (Red+Green+Blue) = 173+182+236=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6EC is #524913. Grayscale: #B9B9B9. Windows color (decimal): -5392660 or 15513261. OLE color: 15513261.

HSL color Cylindrical-coordinate representation of color #ADB6EC: hue angle of 231.43º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB6EC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 182 236 -
CMYK 0.27 0.23 0 0.07
HSL 231.43º 0.62% 0.8% -
HSV(B) 231.43º 0.27% 0.93% -
XYZ 49.1 48.4 86.11 -
YUV 185.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 173 182 236 0.27 0.23 0 0.07 231.43 0.62 0.8
Hex AD B6 EC 1B 17 0 7 E7 3E 50
Octal 255 266 354 33 27 0 7 347 76 120
Binary 10101101 10110110 11101100 11011 10111 0 111 11100111 111110 1010000

Color Harmonies of #ADB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6EC

Black with #ADB6EC

Text Example


Text Example

White with #ADB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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