Html Css Color HEX #A9B7DB Perano

📋 copy color: '#A9B7DB'

red 169 ◦ green 183 ◦ blue 219

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

Shades of Perano #A9B7DB

Tints of Perano #A9B7DB

RGB

 RED value IS 169 (66.41% from 255) = 29.6%

 GREEN value IS 183 (71.88% from 255) = 32.05%

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 29.6%
G = 32.05%
B = 38.35%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9B7DB (or 0xA9B7DB) is known color: Perano. HEX triplet: A9, B7 and DB. RGB value is (169,183,219). Sum of RGB (Red+Green+Blue) = 169+183+219=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B7DB is #564824. Grayscale: #B6B6B6. Windows color (decimal): -5654565 or 14399401. OLE color: 14399401.

HSL color Cylindrical-coordinate representation of color #A9B7DB: hue angle of 223.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9B7DB is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 183 219 -
CMYK 0.23 0.16 0 0.14
HSL 223.2º 0.41% 0.76% -
HSV(B) 223.2º 0.23% 0.86% -
XYZ 46.08 47.42 73.74 -
YUV 182.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 169 183 219 0.23 0.16 0 0.14 223.2 0.41 0.76
Hex A9 B7 DB 17 10 0 E DF 29 4C
Octal 251 267 333 27 20 0 16 337 51 114
Binary 10101001 10110111 11011011 10111 10000 0 1110 11011111 101001 1001100

Color Harmonies of #A9B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B7DB

Black with #A9B7DB

Text Example


Text Example

White with #A9B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B7DB; }

 p { color: rgb(169,183,219); }

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

background-color css

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

 a { background-color: rgb(169,183,219); }

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

border-color css

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

 span { border-color: rgb(169,183,219); }

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