Html Css Color HEX #A1BBEC Perano

📋 copy color: '#A1BBEC'

red 161 ◦ green 187 ◦ blue 236

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

Shades of Perano #A1BBEC

Tints of Perano #A1BBEC

RGB

 RED value IS 161 (63.28% from 255) = 27.57%

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

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

R = 27.57%
G = 32.02%
B = 40.41%

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

#A1BBEC (or 0xA1BBEC) is known color: Perano. HEX triplet: A1, BB and EC. RGB value is (161,187,236). Sum of RGB (Red+Green+Blue) = 161+187+236=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBEC is #5E4413. Grayscale: #B8B8B8. Windows color (decimal): -6177812 or 15514529. OLE color: 15514529.

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

Color convert

RGB 161 187 236 -
CMYK 0.32 0.21 0 0.07
HSL 219.2º 0.66% 0.78% -
HSV(B) 219.2º 0.32% 0.93% -
XYZ 47.61 49.17 86.34 -
YUV 184.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 161 187 236 0.32 0.21 0 0.07 219.2 0.66 0.78
Hex A1 BB EC 20 15 0 7 DB 42 4E
Octal 241 273 354 40 25 0 7 333 102 116
Binary 10100001 10111011 11101100 100000 10101 0 111 11011011 1000010 1001110

Color Harmonies of #A1BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBEC

Black with #A1BBEC

Text Example


Text Example

White with #A1BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBEC; }

 p { color: rgb(161,187,236); }

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

background-color css

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

 a { background-color: rgb(161,187,236); }

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

border-color css

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

 span { border-color: rgb(161,187,236); }

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