Html Css Color HEX #A1BCCD Heather

📋 copy color: '#A1BCCD'

red 161 ◦ green 188 ◦ blue 205

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

Shades of Heather #A1BCCD

Tints of Heather #A1BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37%

R = 29.06%
G = 33.94%
B = 37%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1BCCD (or 0xA1BCCD) is known color: Heather. HEX triplet: A1, BC and CD. RGB value is (161,188,205). Sum of RGB (Red+Green+Blue) = 161+188+205=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCCD is #5E4332. Grayscale: #B5B5B5. Windows color (decimal): -6177587 or 13483169. OLE color: 13483169.

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

Color convert

RGB 161 188 205 -
CMYK 0.21 0.08 0 0.20
HSL 203.18º 0.31% 0.72% -
HSV(B) 203.18º 0.21% 0.8% -
XYZ 43.7 47.95 64.71 -
YUV 181.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 161 188 205 0.21 0.08 0 0.20 203.18 0.31 0.72
Hex A1 BC CD 15 8 0 14 CB 1F 48
Octal 241 274 315 25 10 0 24 313 37 110
Binary 10100001 10111100 11001101 10101 1000 0 10100 11001011 11111 1001000

Color Harmonies of #A1BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCCD

Black with #A1BCCD

Text Example


Text Example

White with #A1BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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