Html Css Color HEX #A1BDCB Heather

📋 copy color: '#A1BDCB'

red 161 ◦ green 189 ◦ blue 203

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

Shades of Heather #A1BDCB

Tints of Heather #A1BDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 29.11%
G = 34.18%
B = 36.71%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1BDCB (or 0xA1BDCB) is known color: Heather. HEX triplet: A1, BD and CB. RGB value is (161,189,203). Sum of RGB (Red+Green+Blue) = 161+189+203=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDCB is #5E4234. Grayscale: #B6B6B6. Windows color (decimal): -6177333 or 13352353. OLE color: 13352353.

HSL color Cylindrical-coordinate representation of color #A1BDCB: hue angle of 200º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BDCB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 189 203 -
CMYK 0.21 0.07 0 0.20
HSL 200º 0.29% 0.71% -
HSV(B) 200º 0.21% 0.8% -
XYZ 43.68 48.28 63.52 -
YUV 182.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 161 189 203 0.21 0.07 0 0.20 200 0.29 0.71
Hex A1 BD CB 15 7 0 14 C8 1D 47
Octal 241 275 313 25 7 0 24 310 35 107
Binary 10100001 10111101 11001011 10101 111 0 10100 11001000 11101 1000111

Color Harmonies of #A1BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDCB

Black with #A1BDCB

Text Example


Text Example

White with #A1BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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