Html Css Color HEX #ADB2EC Perano

📋 copy color: '#ADB2EC'

red 173 ◦ green 178 ◦ blue 236

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

Shades of Perano #ADB2EC

Tints of Perano #ADB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

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

R = 29.47%
G = 30.32%
B = 40.2%

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

#ADB2EC (or 0xADB2EC) is known color: Perano. HEX triplet: AD, B2 and EC. RGB value is (173,178,236). Sum of RGB (Red+Green+Blue) = 173+178+236=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2EC is #524D13. Grayscale: #B6B6B6. Windows color (decimal): -5393684 or 15512237. OLE color: 15512237.

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

Color convert

RGB 173 178 236 -
CMYK 0.27 0.25 0 0.07
HSL 235.24º 0.62% 0.8% -
HSV(B) 235.24º 0.27% 0.93% -
XYZ 48.29 46.78 85.84 -
YUV 183.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 173 178 236 0.27 0.25 0 0.07 235.24 0.62 0.8
Hex AD B2 EC 1B 19 0 7 EB 3E 50
Octal 255 262 354 33 31 0 7 353 76 120
Binary 10101101 10110010 11101100 11011 11001 0 111 11101011 111110 1010000

Color Harmonies of #ADB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2EC

Black with #ADB2EC

Text Example


Text Example

White with #ADB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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