Html Css Color HEX #A9BDEF Perano

📋 copy color: '#A9BDEF'

red 169 ◦ green 189 ◦ blue 239

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

Shades of Perano #A9BDEF

Tints of Perano #A9BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.66%

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 28.31%
G = 31.66%
B = 40.03%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A9BDEF (or 0xA9BDEF) is known color: Perano. HEX triplet: A9, BD and EF. RGB value is (169,189,239). Sum of RGB (Red+Green+Blue) = 169+189+239=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BDEF is #564210. Grayscale: #BCBCBC. Windows color (decimal): -5653009 or 15711657. OLE color: 15711657.

HSL color Cylindrical-coordinate representation of color #A9BDEF: hue angle of 222.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9BDEF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 189 239 -
CMYK 0.29 0.21 0 0.06
HSL 222.86º 0.69% 0.8% -
HSV(B) 222.86º 0.29% 0.94% -
XYZ 50.14 51.06 88.87 -
YUV 188.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 169 189 239 0.29 0.21 0 0.06 222.86 0.69 0.8
Hex A9 BD EF 1D 15 0 6 DF 45 50
Octal 251 275 357 35 25 0 6 337 105 120
Binary 10101001 10111101 11101111 11101 10101 0 110 11011111 1000101 1010000

Color Harmonies of #A9BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BDEF

Black with #A9BDEF

Text Example


Text Example

White with #A9BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BDEF; }

 p { color: rgb(169,189,239); }

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

background-color css

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

 a { background-color: rgb(169,189,239); }

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

border-color css

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

 span { border-color: rgb(169,189,239); }

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