Html Css Color HEX #ADB0EC Perano

📋 copy color: '#ADB0EC'

red 173 ◦ green 176 ◦ blue 236

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

Shades of Perano #ADB0EC

Tints of Perano #ADB0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.09%

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

R = 29.57%
G = 30.09%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB0EC (or 0xADB0EC) is known color: Perano. HEX triplet: AD, B0 and EC. RGB value is (173,176,236). Sum of RGB (Red+Green+Blue) = 173+176+236=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0EC is #524F13. Grayscale: #B5B5B5. Windows color (decimal): -5394196 or 15511725. OLE color: 15511725.

HSL color Cylindrical-coordinate representation of color #ADB0EC: hue angle of 237.14º 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 #ADB0EC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 176 236 -
CMYK 0.27 0.25 0 0.07
HSL 237.14º 0.62% 0.8% -
HSV(B) 237.14º 0.27% 0.93% -
XYZ 47.9 45.99 85.71 -
YUV 181.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 173 176 236 0.27 0.25 0 0.07 237.14 0.62 0.8
Hex AD B0 EC 1B 19 0 7 ED 3E 50
Octal 255 260 354 33 31 0 7 355 76 120
Binary 10101101 10110000 11101100 11011 11001 0 111 11101101 111110 1010000

Color Harmonies of #ADB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0EC

Black with #ADB0EC

Text Example


Text Example

White with #ADB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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