Html Css Color HEX #A2BCED Perano

📋 copy color: '#A2BCED'

red 162 ◦ green 188 ◦ blue 237

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

Shades of Perano #A2BCED

Tints of Perano #A2BCED

RGB

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

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

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

R = 27.6%
G = 32.03%
B = 40.37%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2BCED (or 0xA2BCED) is known color: Perano. HEX triplet: A2, BC and ED. RGB value is (162,188,237). Sum of RGB (Red+Green+Blue) = 162+188+237=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BCED is #5D4312. Grayscale: #B9B9B9. Windows color (decimal): -6112019 or 15580322. OLE color: 15580322.

HSL color Cylindrical-coordinate representation of color #A2BCED: hue angle of 219.2º 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 #A2BCED is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 188 237 -
CMYK 0.32 0.21 0 0.07
HSL 219.2º 0.68% 0.78% -
HSV(B) 219.2º 0.32% 0.93% -
XYZ 48.17 49.76 87.19 -
YUV 185.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 162 188 237 0.32 0.21 0 0.07 219.2 0.68 0.78
Hex A2 BC ED 20 15 0 7 DB 44 4E
Octal 242 274 355 40 25 0 7 333 104 116
Binary 10100010 10111100 11101101 100000 10101 0 111 11011011 1000100 1001110

Color Harmonies of #A2BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCED

Black with #A2BCED

Text Example


Text Example

White with #A2BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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