Html Css Color HEX #ADB3EF Perano

📋 copy color: '#ADB3EF'

red 173 ◦ green 179 ◦ blue 239

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

Shades of Perano #ADB3EF

Tints of Perano #ADB3EF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.29%

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 29.27%
G = 30.29%
B = 40.44%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADB3EF (or 0xADB3EF) is known color: Perano. HEX triplet: AD, B3 and EF. RGB value is (173,179,239). Sum of RGB (Red+Green+Blue) = 173+179+239=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3EF is #524C10. Grayscale: #B7B7B7. Windows color (decimal): -5393425 or 15709101. OLE color: 15709101.

HSL color Cylindrical-coordinate representation of color #ADB3EF: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB3EF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 179 239 -
CMYK 0.28 0.25 0 0.06
HSL 234.55º 0.67% 0.81% -
HSV(B) 234.55º 0.28% 0.94% -
XYZ 48.93 47.36 88.22 -
YUV 184.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 173 179 239 0.28 0.25 0 0.06 234.55 0.67 0.81
Hex AD B3 EF 1C 19 0 6 EB 43 51
Octal 255 263 357 34 31 0 6 353 103 121
Binary 10101101 10110011 11101111 11100 11001 0 110 11101011 1000011 1010001

Color Harmonies of #ADB3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3EF

Black with #ADB3EF

Text Example


Text Example

White with #ADB3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3EF; }

 p { color: rgb(173,179,239); }

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

background-color css

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

 a { background-color: rgb(173,179,239); }

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

border-color css

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

 span { border-color: rgb(173,179,239); }

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