Html Css Color HEX #A2BBE4 Perano

📋 copy color: '#A2BBE4'

red 162 ◦ green 187 ◦ blue 228

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

Shades of Perano #A2BBE4

Tints of Perano #A2BBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.51%

R = 28.08%
G = 32.41%
B = 39.51%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A2BBE4 (or 0xA2BBE4) is known color: Perano. HEX triplet: A2, BB and E4. RGB value is (162,187,228). Sum of RGB (Red+Green+Blue) = 162+187+228=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #A2BBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBE4 is #5D441B. Grayscale: #B8B8B8. Windows color (decimal): -6112284 or 14990242. OLE color: 14990242.

HSL color Cylindrical-coordinate representation of color #A2BBE4: hue angle of 217.27º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2BBE4 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 187 228 -
CMYK 0.29 0.18 0 0.11
HSL 217.27º 0.55% 0.76% -
HSV(B) 217.27º 0.29% 0.89% -
XYZ 46.67 48.82 80.36 -
YUV 184.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 162 187 228 0.29 0.18 0 0.11 217.27 0.55 0.76
Hex A2 BB E4 1D 12 0 B D9 37 4C
Octal 242 273 344 35 22 0 13 331 67 114
Binary 10100010 10111011 11100100 11101 10010 0 1011 11011001 110111 1001100

Color Harmonies of #A2BBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBE4

Black with #A2BBE4

Text Example


Text Example

White with #A2BBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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