Html Css Color HEX #A1BDCC Heather

📋 copy color: '#A1BDCC'

red 161 ◦ green 189 ◦ blue 204

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

Shades of Heather #A1BDCC

Tints of Heather #A1BDCC

RGB

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

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

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

R = 29.06%
G = 34.12%
B = 36.82%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1BDCC (or 0xA1BDCC) is known color: Heather. HEX triplet: A1, BD and CC. RGB value is (161,189,204). Sum of RGB (Red+Green+Blue) = 161+189+204=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDCC is #5E4233. Grayscale: #B6B6B6. Windows color (decimal): -6177332 or 13417889. OLE color: 13417889.

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

Color convert

RGB 161 189 204 -
CMYK 0.21 0.07 0 0.2
HSL 200.93º 0.3% 0.72% -
HSV(B) 200.93º 0.21% 0.8% -
XYZ 43.79 48.33 64.15 -
YUV 182.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 161 189 204 0.21 0.07 0 0.2 200.93 0.3 0.72
Hex A1 BD CC 15 7 0 14 C9 1E 48
Octal 241 275 314 25 7 0 24 311 36 110
Binary 10100001 10111101 11001100 10101 111 0 10100 11001001 11110 1001000

Color Harmonies of #A1BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDCC

Black with #A1BDCC

Text Example


Text Example

White with #A1BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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