Html Css Color HEX #ADBBDC Perano

📋 copy color: '#ADBBDC'

red 173 ◦ green 187 ◦ blue 220

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

Shades of Perano #ADBBDC

Tints of Perano #ADBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.24%

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 29.83%
G = 32.24%
B = 37.93%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADBBDC (or 0xADBBDC) is known color: Perano. HEX triplet: AD, BB and DC. RGB value is (173,187,220). Sum of RGB (Red+Green+Blue) = 173+187+220=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBDC is #524423. Grayscale: #BABABA. Windows color (decimal): -5391396 or 14465965. OLE color: 14465965.

HSL color Cylindrical-coordinate representation of color #ADBBDC: hue angle of 222.13º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADBBDC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 187 220 -
CMYK 0.21 0.15 0 0.14
HSL 222.13º 0.4% 0.77% -
HSV(B) 222.13º 0.21% 0.86% -
XYZ 47.92 49.59 74.76 -
YUV 186.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 173 187 220 0.21 0.15 0 0.14 222.13 0.4 0.77
Hex AD BB DC 15 F 0 E DE 28 4D
Octal 255 273 334 25 17 0 16 336 50 115
Binary 10101101 10111011 11011100 10101 1111 0 1110 11011110 101000 1001101

Color Harmonies of #ADBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBDC

Black with #ADBBDC

Text Example


Text Example

White with #ADBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBDC; }

 p { color: rgb(173,187,220); }

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

background-color css

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

 a { background-color: rgb(173,187,220); }

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

border-color css

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

 span { border-color: rgb(173,187,220); }

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