Html Css Color HEX #ADBBE0 Perano

📋 copy color: '#ADBBE0'

red 173 ◦ green 187 ◦ blue 224

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

Shades of Perano #ADBBE0

Tints of Perano #ADBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 29.62%
G = 32.02%
B = 38.36%

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

#ADBBE0 (or 0xADBBE0) is known color: Perano. HEX triplet: AD, BB and E0. RGB value is (173,187,224). Sum of RGB (Red+Green+Blue) = 173+187+224=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBE0 is #52441F. Grayscale: #BABABA. Windows color (decimal): -5391392 or 14728109. OLE color: 14728109.

HSL color Cylindrical-coordinate representation of color #ADBBE0: hue angle of 223.53º degrees, saturation: 0.45, 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 #ADBBE0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 187 224 -
CMYK 0.23 0.17 0 0.12
HSL 223.53º 0.45% 0.78% -
HSV(B) 223.53º 0.23% 0.88% -
XYZ 48.46 49.81 77.58 -
YUV 187.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 173 187 224 0.23 0.17 0 0.12 223.53 0.45 0.78
Hex AD BB E0 17 11 0 C E0 2D 4E
Octal 255 273 340 27 21 0 14 340 55 116
Binary 10101101 10111011 11100000 10111 10001 0 1100 11100000 101101 1001110

Color Harmonies of #ADBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBE0

Black with #ADBBE0

Text Example


Text Example

White with #ADBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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