Html Css Color HEX #ADBEF2 Perano

📋 copy color: '#ADBEF2'

red 173 ◦ green 190 ◦ blue 242

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

Shades of Perano #ADBEF2

Tints of Perano #ADBEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40%

R = 28.6%
G = 31.4%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADBEF2 (or 0xADBEF2) is known color: Perano. HEX triplet: AD, BE and F2. RGB value is (173,190,242). Sum of RGB (Red+Green+Blue) = 173+190+242=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADBEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEF2 is #52410D. Grayscale: #BEBEBE. Windows color (decimal): -5390606 or 15908525. OLE color: 15908525.

HSL color Cylindrical-coordinate representation of color #ADBEF2: hue angle of 225.22º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADBEF2 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 190 242 -
CMYK 0.29 0.21 0 0.05
HSL 225.22º 0.73% 0.81% -
HSV(B) 225.22º 0.29% 0.95% -
XYZ 51.67 52.12 91.34 -
YUV 190.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 173 190 242 0.29 0.21 0 0.05 225.22 0.73 0.81
Hex AD BE F2 1D 15 0 5 E1 49 51
Octal 255 276 362 35 25 0 5 341 111 121
Binary 10101101 10111110 11110010 11101 10101 0 101 11100001 1001001 1010001

Color Harmonies of #ADBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEF2

Black with #ADBEF2

Text Example


Text Example

White with #ADBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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