Html Css Color HEX #A9BCEC Perano

📋 copy color: '#A9BCEC'

red 169 ◦ green 188 ◦ blue 236

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

Shades of Perano #A9BCEC

Tints of Perano #A9BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.7%

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 28.5%
G = 31.7%
B = 39.8%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9BCEC (or 0xA9BCEC) is known color: Perano. HEX triplet: A9, BC and EC. RGB value is (169,188,236). Sum of RGB (Red+Green+Blue) = 169+188+236=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BCEC is #564313. Grayscale: #BBBBBB. Windows color (decimal): -5653268 or 15514793. OLE color: 15514793.

HSL color Cylindrical-coordinate representation of color #A9BCEC: hue angle of 222.99º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9BCEC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 188 236 -
CMYK 0.28 0.20 0 0.07
HSL 222.99º 0.64% 0.79% -
HSV(B) 222.99º 0.28% 0.93% -
XYZ 49.49 50.46 86.49 -
YUV 187.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 169 188 236 0.28 0.20 0 0.07 222.99 0.64 0.79
Hex A9 BC EC 1C 14 0 7 DF 40 4F
Octal 251 274 354 34 24 0 7 337 100 117
Binary 10101001 10111100 11101100 11100 10100 0 111 11011111 1000000 1001111

Color Harmonies of #A9BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCEC

Black with #A9BCEC

Text Example


Text Example

White with #A9BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCEC; }

 p { color: rgb(169,188,236); }

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

background-color css

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

 a { background-color: rgb(169,188,236); }

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

border-color css

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

 span { border-color: rgb(169,188,236); }

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