Html Css Color HEX #ADBEE8 Perano

📋 copy color: '#ADBEE8'

red 173 ◦ green 190 ◦ blue 232

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

Shades of Perano #ADBEE8

Tints of Perano #ADBEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.99%

R = 29.08%
G = 31.93%
B = 38.99%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADBEE8 (or 0xADBEE8) is known color: Perano. HEX triplet: AD, BE and E8. RGB value is (173,190,232). Sum of RGB (Red+Green+Blue) = 173+190+232=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADBEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEE8 is #524117. Grayscale: #BDBDBD. Windows color (decimal): -5390616 or 15253165. OLE color: 15253165.

HSL color Cylindrical-coordinate representation of color #ADBEE8: hue angle of 222.71º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBEE8 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 190 232 -
CMYK 0.25 0.18 0 0.09
HSL 222.71º 0.56% 0.79% -
HSV(B) 222.71º 0.25% 0.91% -
XYZ 50.21 51.54 83.65 -
YUV 189.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 173 190 232 0.25 0.18 0 0.09 222.71 0.56 0.79
Hex AD BE E8 19 12 0 9 DF 38 4F
Octal 255 276 350 31 22 0 11 337 70 117
Binary 10101101 10111110 11101000 11001 10010 0 1001 11011111 111000 1001111

Color Harmonies of #ADBEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEE8

Black with #ADBEE8

Text Example


Text Example

White with #ADBEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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