Html Css Color HEX #ADB8EC Perano

📋 copy color: '#ADB8EC'

red 173 ◦ green 184 ◦ blue 236

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

Shades of Perano #ADB8EC

Tints of Perano #ADB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.03%

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

R = 29.17%
G = 31.03%
B = 39.8%

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

#ADB8EC (or 0xADB8EC) is known color: Perano. HEX triplet: AD, B8 and EC. RGB value is (173,184,236). Sum of RGB (Red+Green+Blue) = 173+184+236=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8EC is #524713. Grayscale: #BABABA. Windows color (decimal): -5392148 or 15513773. OLE color: 15513773.

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

Color convert

RGB 173 184 236 -
CMYK 0.27 0.22 0 0.07
HSL 229.52º 0.62% 0.8% -
HSV(B) 229.52º 0.27% 0.93% -
XYZ 49.51 49.22 86.25 -
YUV 186.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 173 184 236 0.27 0.22 0 0.07 229.52 0.62 0.8
Hex AD B8 EC 1B 16 0 7 E6 3E 50
Octal 255 270 354 33 26 0 7 346 76 120
Binary 10101101 10111000 11101100 11011 10110 0 111 11100110 111110 1010000

Color Harmonies of #ADB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8EC

Black with #ADB8EC

Text Example


Text Example

White with #ADB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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