Html Css Color HEX #A1BCCC Heather

📋 copy color: '#A1BCCC'

red 161 ◦ green 188 ◦ blue 204

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

Shades of Heather #A1BCCC

Tints of Heather #A1BCCC

RGB

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

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

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

R = 29.11%
G = 34%
B = 36.89%

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

#A1BCCC (or 0xA1BCCC) is known color: Heather. HEX triplet: A1, BC and CC. RGB value is (161,188,204). Sum of RGB (Red+Green+Blue) = 161+188+204=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCCC is #5E4333. Grayscale: #B5B5B5. Windows color (decimal): -6177588 or 13417633. OLE color: 13417633.

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

Color convert

RGB 161 188 204 -
CMYK 0.21 0.08 0 0.2
HSL 202.33º 0.3% 0.72% -
HSV(B) 202.33º 0.21% 0.8% -
XYZ 43.58 47.9 64.08 -
YUV 181.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 161 188 204 0.21 0.08 0 0.2 202.33 0.3 0.72
Hex A1 BC CC 15 8 0 14 CA 1E 48
Octal 241 274 314 25 10 0 24 312 36 110
Binary 10100001 10111100 11001100 10101 1000 0 10100 11001010 11110 1001000

Color Harmonies of #A1BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCCC

Black with #A1BCCC

Text Example


Text Example

White with #A1BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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