Html Css Color HEX #ADBBDD Perano

📋 copy color: '#ADBBDD'

red 173 ◦ green 187 ◦ blue 221

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

Shades of Perano #ADBBDD

Tints of Perano #ADBBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 29.78%
G = 32.19%
B = 38.04%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADBBDD (or 0xADBBDD) is known color: Perano. HEX triplet: AD, BB and DD. RGB value is (173,187,221). Sum of RGB (Red+Green+Blue) = 173+187+221=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBDD is #524422. Grayscale: #BABABA. Windows color (decimal): -5391395 or 14531501. OLE color: 14531501.

HSL color Cylindrical-coordinate representation of color #ADBBDD: hue angle of 222.5º degrees, saturation: 0.41, 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 #ADBBDD is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 187 221 -
CMYK 0.22 0.15 0 0.13
HSL 222.5º 0.41% 0.77% -
HSV(B) 222.5º 0.22% 0.87% -
XYZ 48.06 49.65 75.46 -
YUV 186.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 173 187 221 0.22 0.15 0 0.13 222.5 0.41 0.77
Hex AD BB DD 16 F 0 D DE 29 4D
Octal 255 273 335 26 17 0 15 336 51 115
Binary 10101101 10111011 11011101 10110 1111 0 1101 11011110 101001 1001101

Color Harmonies of #ADBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBDD

Black with #ADBBDD

Text Example


Text Example

White with #ADBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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