Html Css Color HEX #A9BBE0 Perano

📋 copy color: '#A9BBE0'

red 169 ◦ green 187 ◦ blue 224

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

Shades of Perano #A9BBE0

Tints of Perano #A9BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 29.14%
G = 32.24%
B = 38.62%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A9BBE0 (or 0xA9BBE0) is known color: Perano. HEX triplet: A9, BB and E0. RGB value is (169,187,224). Sum of RGB (Red+Green+Blue) = 169+187+224=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #A9BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBE0 is #56441F. Grayscale: #B9B9B9. Windows color (decimal): -5653536 or 14728105. OLE color: 14728105.

HSL color Cylindrical-coordinate representation of color #A9BBE0: hue angle of 220.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9BBE0 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 187 224 -
CMYK 0.25 0.17 0 0.12
HSL 220.36º 0.47% 0.77% -
HSV(B) 220.36º 0.25% 0.88% -
XYZ 47.59 49.36 77.54 -
YUV 185.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 169 187 224 0.25 0.17 0 0.12 220.36 0.47 0.77
Hex A9 BB E0 19 11 0 C DC 2F 4D
Octal 251 273 340 31 21 0 14 334 57 115
Binary 10101001 10111011 11100000 11001 10001 0 1100 11011100 101111 1001101

Color Harmonies of #A9BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBE0

Black with #A9BBE0

Text Example


Text Example

White with #A9BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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