Html Css Color HEX #ADBBE1 Perano

📋 copy color: '#ADBBE1'

red 173 ◦ green 187 ◦ blue 225

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

Shades of Perano #ADBBE1

Tints of Perano #ADBBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.46%

R = 29.57%
G = 31.97%
B = 38.46%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADBBE1 (or 0xADBBE1) is known color: Perano. HEX triplet: AD, BB and E1. RGB value is (173,187,225). Sum of RGB (Red+Green+Blue) = 173+187+225=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBE1 is #52441E. Grayscale: #BABABA. Windows color (decimal): -5391391 or 14793645. OLE color: 14793645.

HSL color Cylindrical-coordinate representation of color #ADBBE1: hue angle of 223.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBBE1 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 187 225 -
CMYK 0.23 0.17 0 0.12
HSL 223.85º 0.46% 0.78% -
HSV(B) 223.85º 0.23% 0.88% -
XYZ 48.59 49.86 78.3 -
YUV 187.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 173 187 225 0.23 0.17 0 0.12 223.85 0.46 0.78
Hex AD BB E1 17 11 0 C E0 2E 4E
Octal 255 273 341 27 21 0 14 340 56 116
Binary 10101101 10111011 11100001 10111 10001 0 1100 11100000 101110 1001110

Color Harmonies of #ADBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBE1

Black with #ADBBE1

Text Example


Text Example

White with #ADBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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