Html Css Color HEX #A5B6DE Perano

📋 copy color: '#A5B6DE'

red 165 ◦ green 182 ◦ blue 222

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

Shades of Perano #A5B6DE

Tints of Perano #A5B6DE

RGB

 RED value IS 165 (64.84% from 255) = 29%

 GREEN value IS 182 (71.48% from 255) = 31.99%

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 29%
G = 31.99%
B = 39.02%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5B6DE (or 0xA5B6DE) is known color: Perano. HEX triplet: A5, B6 and DE. RGB value is (165,182,222). Sum of RGB (Red+Green+Blue) = 165+182+222=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5B6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B6DE is #5A4921. Grayscale: #B5B5B5. Windows color (decimal): -5916962 or 14595749. OLE color: 14595749.

HSL color Cylindrical-coordinate representation of color #A5B6DE: hue angle of 222.11º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5B6DE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 182 222 -
CMYK 0.26 0.18 0 0.13
HSL 222.11º 0.46% 0.76% -
HSV(B) 222.11º 0.26% 0.87% -
XYZ 45.43 46.73 75.73 -
YUV 181.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 165 182 222 0.26 0.18 0 0.13 222.11 0.46 0.76
Hex A5 B6 DE 1A 12 0 D DE 2E 4C
Octal 245 266 336 32 22 0 15 336 56 114
Binary 10100101 10110110 11011110 11010 10010 0 1101 11011110 101110 1001100

Color Harmonies of #A5B6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B6DE

Black with #A5B6DE

Text Example


Text Example

White with #A5B6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B6DE; }

 p { color: rgb(165,182,222); }

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

background-color css

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

 a { background-color: rgb(165,182,222); }

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

border-color css

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

 span { border-color: rgb(165,182,222); }

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