Html Css Color HEX #ADB2DE Perano

📋 copy color: '#ADB2DE'

red 173 ◦ green 178 ◦ blue 222

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

Shades of Perano #ADB2DE

Tints of Perano #ADB2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 30.19%
G = 31.06%
B = 38.74%

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

#ADB2DE (or 0xADB2DE) is known color: Perano. HEX triplet: AD, B2 and DE. RGB value is (173,178,222). Sum of RGB (Red+Green+Blue) = 173+178+222=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADB2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2DE is #524D21. Grayscale: #B5B5B5. Windows color (decimal): -5393698 or 14594733. OLE color: 14594733.

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

Color convert

RGB 173 178 222 -
CMYK 0.22 0.20 0 0.13
HSL 233.88º 0.43% 0.77% -
HSV(B) 233.88º 0.22% 0.87% -
XYZ 46.34 46 75.54 -
YUV 181.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 173 178 222 0.22 0.20 0 0.13 233.88 0.43 0.77
Hex AD B2 DE 16 14 0 D EA 2B 4D
Octal 255 262 336 26 24 0 15 352 53 115
Binary 10101101 10110010 11011110 10110 10100 0 1101 11101010 101011 1001101

Color Harmonies of #ADB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2DE

Black with #ADB2DE

Text Example


Text Example

White with #ADB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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