Html Css Color HEX #A9B0DB Perano

📋 copy color: '#A9B0DB'

red 169 ◦ green 176 ◦ blue 219

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

Shades of Perano #A9B0DB

Tints of Perano #A9B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.21%

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

R = 29.96%
G = 31.21%
B = 38.83%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9B0DB (or 0xA9B0DB) is known color: Perano. HEX triplet: A9, B0 and DB. RGB value is (169,176,219). Sum of RGB (Red+Green+Blue) = 169+176+219=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B0DB is #564F24. Grayscale: #B2B2B2. Windows color (decimal): -5656357 or 14397609. OLE color: 14397609.

HSL color Cylindrical-coordinate representation of color #A9B0DB: hue angle of 231.6º 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 #A9B0DB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 176 219 -
CMYK 0.23 0.20 0 0.14
HSL 231.6º 0.41% 0.76% -
HSV(B) 231.6º 0.23% 0.86% -
XYZ 44.67 44.6 73.27 -
YUV 178.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 169 176 219 0.23 0.20 0 0.14 231.6 0.41 0.76
Hex A9 B0 DB 17 14 0 E E8 29 4C
Octal 251 260 333 27 24 0 16 350 51 114
Binary 10101001 10110000 11011011 10111 10100 0 1110 11101000 101001 1001100

Color Harmonies of #A9B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B0DB

Black with #A9B0DB

Text Example


Text Example

White with #A9B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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