Html Css Color HEX #A1BDCD Heather

📋 copy color: '#A1BDCD'

red 161 ◦ green 189 ◦ blue 205

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

Shades of Heather #A1BDCD

Tints of Heather #A1BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.05%

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

R = 29.01%
G = 34.05%
B = 36.94%

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

#A1BDCD (or 0xA1BDCD) is known color: Heather. HEX triplet: A1, BD and CD. RGB value is (161,189,205). Sum of RGB (Red+Green+Blue) = 161+189+205=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDCD is #5E4232. Grayscale: #B6B6B6. Windows color (decimal): -6177331 or 13483425. OLE color: 13483425.

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

Color convert

RGB 161 189 205 -
CMYK 0.21 0.08 0 0.20
HSL 201.82º 0.31% 0.72% -
HSV(B) 201.82º 0.21% 0.8% -
XYZ 43.91 48.38 64.78 -
YUV 182.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 161 189 205 0.21 0.08 0 0.20 201.82 0.31 0.72
Hex A1 BD CD 15 8 0 14 CA 1F 48
Octal 241 275 315 25 10 0 24 312 37 110
Binary 10100001 10111101 11001101 10101 1000 0 10100 11001010 11111 1001000

Color Harmonies of #A1BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDCD

Black with #A1BDCD

Text Example


Text Example

White with #A1BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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