Html Css Color HEX #ADB2EF Perano

📋 copy color: '#ADB2EF'

red 173 ◦ green 178 ◦ blue 239

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

Shades of Perano #ADB2EF

Tints of Perano #ADB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.17%

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

R = 29.32%
G = 30.17%
B = 40.51%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADB2EF (or 0xADB2EF) is known color: Perano. HEX triplet: AD, B2 and EF. RGB value is (173,178,239). Sum of RGB (Red+Green+Blue) = 173+178+239=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2EF is #524D10. Grayscale: #B7B7B7. Windows color (decimal): -5393681 or 15708845. OLE color: 15708845.

HSL color Cylindrical-coordinate representation of color #ADB2EF: hue angle of 235.45º 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 #ADB2EF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 178 239 -
CMYK 0.28 0.26 0 0.06
HSL 235.45º 0.67% 0.81% -
HSV(B) 235.45º 0.28% 0.94% -
XYZ 48.73 46.96 88.16 -
YUV 183.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 173 178 239 0.28 0.26 0 0.06 235.45 0.67 0.81
Hex AD B2 EF 1C 1A 0 6 EB 43 51
Octal 255 262 357 34 32 0 6 353 103 121
Binary 10101101 10110010 11101111 11100 11010 0 110 11101011 1000011 1010001

Color Harmonies of #ADB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2EF

Black with #ADB2EF

Text Example


Text Example

White with #ADB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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