Html Css Color HEX #A9BBDF Perano

📋 copy color: '#A9BBDF'

red 169 ◦ green 187 ◦ blue 223

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

Shades of Perano #A9BBDF

Tints of Perano #A9BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.3%

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 29.19%
G = 32.3%
B = 38.51%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9BBDF (or 0xA9BBDF) is known color: Perano. HEX triplet: A9, BB and DF. RGB value is (169,187,223). Sum of RGB (Red+Green+Blue) = 169+187+223=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBDF is #564420. Grayscale: #B9B9B9. Windows color (decimal): -5653537 or 14662569. OLE color: 14662569.

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

Color convert

RGB 169 187 223 -
CMYK 0.24 0.16 0 0.13
HSL 220º 0.46% 0.77% -
HSV(B) 220º 0.24% 0.87% -
XYZ 47.45 49.3 76.83 -
YUV 185.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 169 187 223 0.24 0.16 0 0.13 220 0.46 0.77
Hex A9 BB DF 18 10 0 D DC 2E 4D
Octal 251 273 337 30 20 0 15 334 56 115
Binary 10101001 10111011 11011111 11000 10000 0 1101 11011100 101110 1001101

Color Harmonies of #A9BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBDF

Black with #A9BBDF

Text Example


Text Example

White with #A9BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBDF; }

 p { color: rgb(169,187,223); }

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

background-color css

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

 a { background-color: rgb(169,187,223); }

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

border-color css

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

 span { border-color: rgb(169,187,223); }

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