Html Css Color HEX #A2BAED Perano

📋 copy color: '#A2BAED'

red 162 ◦ green 186 ◦ blue 237

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

Shades of Perano #A2BAED

Tints of Perano #A2BAED

RGB

 RED value IS 162 (63.67% from 255) = 27.69%

 GREEN value IS 186 (73.05% from 255) = 31.79%

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 27.69%
G = 31.79%
B = 40.51%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2BAED (or 0xA2BAED) is known color: Perano. HEX triplet: A2, BA and ED. RGB value is (162,186,237). Sum of RGB (Red+Green+Blue) = 162+186+237=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BAED is #5D4512. Grayscale: #B8B8B8. Windows color (decimal): -6112531 or 15579810. OLE color: 15579810.

HSL color Cylindrical-coordinate representation of color #A2BAED: hue angle of 220.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2BAED is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 186 237 -
CMYK 0.32 0.22 0 0.07
HSL 220.8º 0.68% 0.78% -
HSV(B) 220.8º 0.32% 0.93% -
XYZ 47.75 48.91 87.05 -
YUV 184.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 162 186 237 0.32 0.22 0 0.07 220.8 0.68 0.78
Hex A2 BA ED 20 16 0 7 DD 44 4E
Octal 242 272 355 40 26 0 7 335 104 116
Binary 10100010 10111010 11101101 100000 10110 0 111 11011101 1000100 1001110

Color Harmonies of #A2BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BAED

Black with #A2BAED

Text Example


Text Example

White with #A2BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BAED; }

 p { color: rgb(162,186,237); }

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

background-color css

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

 a { background-color: rgb(162,186,237); }

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

border-color css

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

 span { border-color: rgb(162,186,237); }

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