Html Css Color HEX #ADBDE2 Perano

📋 copy color: '#ADBDE2'

red 173 ◦ green 189 ◦ blue 226

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

Shades of Perano #ADBDE2

Tints of Perano #ADBDE2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

 BLUE value IS 226 (88.67% from 255) = 38.44%

R = 29.42%
G = 32.14%
B = 38.44%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADBDE2 (or 0xADBDE2) is known color: Perano. HEX triplet: AD, BD and E2. RGB value is (173,189,226). Sum of RGB (Red+Green+Blue) = 173+189+226=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADBDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDE2 is #52421D. Grayscale: #BCBCBC. Windows color (decimal): -5390878 or 14859693. OLE color: 14859693.

HSL color Cylindrical-coordinate representation of color #ADBDE2: hue angle of 221.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBDE2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 189 226 -
CMYK 0.23 0.16 0 0.11
HSL 221.89º 0.48% 0.78% -
HSV(B) 221.89º 0.23% 0.89% -
XYZ 49.16 50.77 79.16 -
YUV 188.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 173 189 226 0.23 0.16 0 0.11 221.89 0.48 0.78
Hex AD BD E2 17 10 0 B DE 30 4E
Octal 255 275 342 27 20 0 13 336 60 116
Binary 10101101 10111101 11100010 10111 10000 0 1011 11011110 110000 1001110

Color Harmonies of #ADBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDE2

Black with #ADBDE2

Text Example


Text Example

White with #ADBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDE2; }

 p { color: rgb(173,189,226); }

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

background-color css

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

 a { background-color: rgb(173,189,226); }

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

border-color css

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

 span { border-color: rgb(173,189,226); }

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