Html Css Color HEX #ADBFE6 Perano

📋 copy color: '#ADBFE6'

red 173 ◦ green 191 ◦ blue 230

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

Shades of Perano #ADBFE6

Tints of Perano #ADBFE6

RGB

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

 GREEN value IS 191 (75% from 255) = 32.15%

 BLUE value IS 230 (90.23% from 255) = 38.72%

R = 29.12%
G = 32.15%
B = 38.72%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADBFE6 (or 0xADBFE6) is known color: Perano. HEX triplet: AD, BF and E6. RGB value is (173,191,230). Sum of RGB (Red+Green+Blue) = 173+191+230=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADBFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFE6 is #524019. Grayscale: #BDBDBD. Windows color (decimal): -5390362 or 15122349. OLE color: 15122349.

HSL color Cylindrical-coordinate representation of color #ADBFE6: hue angle of 221.05º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBFE6 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 191 230 -
CMYK 0.25 0.17 0 0.10
HSL 221.05º 0.53% 0.79% -
HSV(B) 221.05º 0.25% 0.9% -
XYZ 50.15 51.86 82.23 -
YUV 190.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 173 191 230 0.25 0.17 0 0.10 221.05 0.53 0.79
Hex AD BF E6 19 11 0 A DD 35 4F
Octal 255 277 346 31 21 0 12 335 65 117
Binary 10101101 10111111 11100110 11001 10001 0 1010 11011101 110101 1001111

Color Harmonies of #ADBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFE6

Black with #ADBFE6

Text Example


Text Example

White with #ADBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFE6; }

 p { color: rgb(173,191,230); }

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

background-color css

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

 a { background-color: rgb(173,191,230); }

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

border-color css

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

 span { border-color: rgb(173,191,230); }

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