Html Css Color HEX #ADB4E6 Perano

📋 copy color: '#ADB4E6'

red 173 ◦ green 180 ◦ blue 230

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

Shades of Perano #ADB4E6

Tints of Perano #ADB4E6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.87%

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

R = 29.67%
G = 30.87%
B = 39.45%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADB4E6 (or 0xADB4E6) is known color: Perano. HEX triplet: AD, B4 and E6. RGB value is (173,180,230). Sum of RGB (Red+Green+Blue) = 173+180+230=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADB4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4E6 is #524B19. Grayscale: #B7B7B7. Windows color (decimal): -5393178 or 15119533. OLE color: 15119533.

HSL color Cylindrical-coordinate representation of color #ADB4E6: hue angle of 232.63º 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 #ADB4E6 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 180 230 -
CMYK 0.25 0.22 0 0.10
HSL 232.63º 0.53% 0.79% -
HSV(B) 232.63º 0.25% 0.9% -
XYZ 47.84 47.24 81.46 -
YUV 183.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 173 180 230 0.25 0.22 0 0.10 232.63 0.53 0.79
Hex AD B4 E6 19 16 0 A E9 35 4F
Octal 255 264 346 31 26 0 12 351 65 117
Binary 10101101 10110100 11100110 11001 10110 0 1010 11101001 110101 1001111

Color Harmonies of #ADB4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4E6

Black with #ADB4E6

Text Example


Text Example

White with #ADB4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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