Html Css Color HEX #A2BBEB Perano

📋 copy color: '#A2BBEB'

red 162 ◦ green 187 ◦ blue 235

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

Shades of Perano #A2BBEB

Tints of Perano #A2BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 27.74%
G = 32.02%
B = 40.24%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2BBEB (or 0xA2BBEB) is known color: Perano. HEX triplet: A2, BB and EB. RGB value is (162,187,235). Sum of RGB (Red+Green+Blue) = 162+187+235=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BBEB is #5D4414. Grayscale: #B8B8B8. Windows color (decimal): -6112277 or 15448994. OLE color: 15448994.

HSL color Cylindrical-coordinate representation of color #A2BBEB: hue angle of 219.45º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BBEB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 187 235 -
CMYK 0.31 0.20 0 0.08
HSL 219.45º 0.65% 0.78% -
HSV(B) 219.45º 0.31% 0.92% -
XYZ 47.67 49.22 85.59 -
YUV 185 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 162 187 235 0.31 0.20 0 0.08 219.45 0.65 0.78
Hex A2 BB EB 1F 14 0 8 DB 41 4E
Octal 242 273 353 37 24 0 10 333 101 116
Binary 10100010 10111011 11101011 11111 10100 0 1000 11011011 1000001 1001110

Color Harmonies of #A2BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBEB

Black with #A2BBEB

Text Example


Text Example

White with #A2BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBEB; }

 p { color: rgb(162,187,235); }

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

background-color css

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

 a { background-color: rgb(162,187,235); }

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

border-color css

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

 span { border-color: rgb(162,187,235); }

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