Html Css Color HEX #ADBEE4 Perano

📋 copy color: '#ADBEE4'

red 173 ◦ green 190 ◦ blue 228

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

Shades of Perano #ADBEE4

Tints of Perano #ADBEE4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.15%

 BLUE value IS 228 (89.45% from 255) = 38.58%

R = 29.27%
G = 32.15%
B = 38.58%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADBEE4 (or 0xADBEE4) is known color: Perano. HEX triplet: AD, BE and E4. RGB value is (173,190,228). Sum of RGB (Red+Green+Blue) = 173+190+228=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADBEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEE4 is #52411B. Grayscale: #BDBDBD. Windows color (decimal): -5390620 or 14991021. OLE color: 14991021.

HSL color Cylindrical-coordinate representation of color #ADBEE4: hue angle of 221.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADBEE4 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 190 228 -
CMYK 0.24 0.17 0 0.11
HSL 221.45º 0.5% 0.79% -
HSV(B) 221.45º 0.24% 0.89% -
XYZ 49.65 51.31 80.69 -
YUV 189.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 173 190 228 0.24 0.17 0 0.11 221.45 0.5 0.79
Hex AD BE E4 18 11 0 B DD 32 4F
Octal 255 276 344 30 21 0 13 335 62 117
Binary 10101101 10111110 11100100 11000 10001 0 1011 11011101 110010 1001111

Color Harmonies of #ADBEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEE4

Black with #ADBEE4

Text Example


Text Example

White with #ADBEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEE4; }

 p { color: rgb(173,190,228); }

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

background-color css

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

 a { background-color: rgb(173,190,228); }

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

border-color css

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

 span { border-color: rgb(173,190,228); }

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