Html Css Color HEX #ADB2DF Perano

📋 copy color: '#ADB2DF'

red 173 ◦ green 178 ◦ blue 223

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

Shades of Perano #ADB2DF

Tints of Perano #ADB2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 30.14%
G = 31.01%
B = 38.85%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADB2DF (or 0xADB2DF) is known color: Perano. HEX triplet: AD, B2 and DF. RGB value is (173,178,223). Sum of RGB (Red+Green+Blue) = 173+178+223=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADB2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2DF is #524D20. Grayscale: #B5B5B5. Windows color (decimal): -5393697 or 14660269. OLE color: 14660269.

HSL color Cylindrical-coordinate representation of color #ADB2DF: hue angle of 234º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB2DF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 178 223 -
CMYK 0.22 0.20 0 0.13
HSL 234º 0.44% 0.78% -
HSV(B) 234º 0.22% 0.87% -
XYZ 46.47 46.05 76.25 -
YUV 181.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 173 178 223 0.22 0.20 0 0.13 234 0.44 0.78
Hex AD B2 DF 16 14 0 D EA 2C 4E
Octal 255 262 337 26 24 0 15 352 54 116
Binary 10101101 10110010 11011111 10110 10100 0 1101 11101010 101100 1001110

Color Harmonies of #ADB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2DF

Black with #ADB2DF

Text Example


Text Example

White with #ADB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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