Html Css Color HEX #ADB7EC Perano

📋 copy color: '#ADB7EC'

red 173 ◦ green 183 ◦ blue 236

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

Shades of Perano #ADB7EC

Tints of Perano #ADB7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.91%

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

R = 29.22%
G = 30.91%
B = 39.86%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB7EC (or 0xADB7EC) is known color: Perano. HEX triplet: AD, B7 and EC. RGB value is (173,183,236). Sum of RGB (Red+Green+Blue) = 173+183+236=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7EC is #524813. Grayscale: #B9B9B9. Windows color (decimal): -5392404 or 15513517. OLE color: 15513517.

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

Color convert

RGB 173 183 236 -
CMYK 0.27 0.22 0 0.07
HSL 230.48º 0.62% 0.8% -
HSV(B) 230.48º 0.27% 0.93% -
XYZ 49.31 48.81 86.18 -
YUV 186.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 173 183 236 0.27 0.22 0 0.07 230.48 0.62 0.8
Hex AD B7 EC 1B 16 0 7 E6 3E 50
Octal 255 267 354 33 26 0 7 346 76 120
Binary 10101101 10110111 11101100 11011 10110 0 111 11100110 111110 1010000

Color Harmonies of #ADB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7EC

Black with #ADB7EC

Text Example


Text Example

White with #ADB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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