Html Css Color HEX #A1BBCC Heather

📋 copy color: '#A1BBCC'

red 161 ◦ green 187 ◦ blue 204

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

Shades of Heather #A1BBCC

Tints of Heather #A1BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 29.17%
G = 33.88%
B = 36.96%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1BBCC (or 0xA1BBCC) is known color: Heather. HEX triplet: A1, BB and CC. RGB value is (161,187,204). Sum of RGB (Red+Green+Blue) = 161+187+204=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBCC is #5E4433. Grayscale: #B5B5B5. Windows color (decimal): -6177844 or 13417377. OLE color: 13417377.

HSL color Cylindrical-coordinate representation of color #A1BBCC: hue angle of 203.72º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BBCC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 187 204 -
CMYK 0.21 0.08 0 0.2
HSL 203.72º 0.3% 0.72% -
HSV(B) 203.72º 0.21% 0.8% -
XYZ 43.37 47.48 64.01 -
YUV 181.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 161 187 204 0.21 0.08 0 0.2 203.72 0.3 0.72
Hex A1 BB CC 15 8 0 14 CC 1E 48
Octal 241 273 314 25 10 0 24 314 36 110
Binary 10100001 10111011 11001100 10101 1000 0 10100 11001100 11110 1001000

Color Harmonies of #A1BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBCC

Black with #A1BBCC

Text Example


Text Example

White with #A1BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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