Html Css Color HEX #ADB3EC Perano

📋 copy color: '#ADB3EC'

red 173 ◦ green 179 ◦ blue 236

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

Shades of Perano #ADB3EC

Tints of Perano #ADB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.44%

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

R = 29.42%
G = 30.44%
B = 40.14%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB3EC (or 0xADB3EC) is known color: Perano. HEX triplet: AD, B3 and EC. RGB value is (173,179,236). Sum of RGB (Red+Green+Blue) = 173+179+236=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3EC is #524C13. Grayscale: #B7B7B7. Windows color (decimal): -5393428 or 15512493. OLE color: 15512493.

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

Color convert

RGB 173 179 236 -
CMYK 0.27 0.24 0 0.07
HSL 234.29º 0.62% 0.8% -
HSV(B) 234.29º 0.27% 0.93% -
XYZ 48.49 47.18 85.91 -
YUV 183.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 173 179 236 0.27 0.24 0 0.07 234.29 0.62 0.8
Hex AD B3 EC 1B 18 0 7 EA 3E 50
Octal 255 263 354 33 30 0 7 352 76 120
Binary 10101101 10110011 11101100 11011 11000 0 111 11101010 111110 1010000

Color Harmonies of #ADB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3EC

Black with #ADB3EC

Text Example


Text Example

White with #ADB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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